Search
Struct for scope with optionally nested scopes
@type t() :: %Routex.Extension.Alternatives.Scope.Nested{ attrs: %{required(atom()) => any()} | nil, scope_alias: atom(), scope_path: [binary()], scope_prefix: binary(), scopes: %{required(binary() | atom()) => t()} | nil }