pub type Prefix = GenericAtomIdent<PrefixStaticSet>;
Aliased Type§
struct Prefix(pub Atom<PrefixStaticSet>);
Fields§
§0: Atom<PrefixStaticSet>
Trait Implementations§
source§impl ToComputedValue for Prefix
impl ToComputedValue for Prefix
§type ComputedValue = GenericAtomIdent<PrefixStaticSet>
type ComputedValue = GenericAtomIdent<PrefixStaticSet>
The computed value type we’re going to be converted to.
source§fn 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
.source§fn from_computed_value(other: &Self) -> Self
fn from_computed_value(other: &Self) -> Self
Convert a computed value to specified value form. Read more
source§impl ToResolvedValue for Prefix
impl ToResolvedValue for Prefix
§type ResolvedValue = GenericAtomIdent<PrefixStaticSet>
type ResolvedValue = GenericAtomIdent<PrefixStaticSet>
The resolved value type we’re going to be converted to.
source§fn to_resolved_value(self, _: &Context<'_>) -> Self
fn to_resolved_value(self, _: &Context<'_>) -> Self
Convert a resolved value to a resolved value.
source§fn from_resolved_value(resolved: Self::ResolvedValue) -> Self
fn from_resolved_value(resolved: Self::ResolvedValue) -> Self
Convert a resolved value to resolved value form.