View Source Routex.Extension.Alternatives.Branch.Nested (Phoenix Routes Extension Framework v0.3.0-alpha.4)

Struct for branch with optionally nested branches

Summary

Types

@type t() :: %Routex.Extension.Alternatives.Branch.Nested{
  attrs: %{required(atom()) => any()} | nil,
  branch_alias: atom(),
  branch_path: [binary()],
  branch_prefix: binary(),
  branches: %{required(binary() | atom()) => t()} | nil
}