View Source Grax.Id.Namespace (Grax v0.5.0)

Summary

Types

@type t() :: %Grax.Id.Namespace{
  options: Keyword.t() | nil,
  parent: t() | nil,
  prefix: atom() | nil,
  uri: String.t()
}

Functions