pub type Namespace = GenericAtomIdent<NamespaceStaticSet>;
Trait Implementations
sourceimpl ToComputedValue for Namespace
impl ToComputedValue for Namespace
type ComputedValue = Namespace
type ComputedValue = Namespace
The computed value type we’re going to be converted to.
sourcefn to_computed_value(&self, _: &Context<'_>) -> Self
fn to_computed_value(&self, _: &Context<'_>) -> Self
Convert a specified value to a computed value, using itself and the data
inside the Context
. Read more
sourcefn from_computed_value(other: &Self) -> Self
fn from_computed_value(other: &Self) -> Self
Convert a computed value to specified value form. Read more
sourceimpl ToResolvedValue for Namespace
impl ToResolvedValue for Namespace
type ResolvedValue = Self
type ResolvedValue = Self
The resolved value type we’re going to be converted to.
sourcefn to_resolved_value(self, _: &Context<'_>) -> Self
fn to_resolved_value(self, _: &Context<'_>) -> Self
Convert a resolved value to a resolved value.
sourcefn from_resolved_value(resolved: Self::ResolvedValue) -> Self
fn from_resolved_value(resolved: Self::ResolvedValue) -> Self
Convert a resolved value to resolved value form.