Type Definition style::Namespace
[−]
[src]
type Namespace = Atom<NamespaceStaticSet>;
Trait Implementations
impl ToComputedValue for Namespace
[src]
type ComputedValue = Namespace
The computed value type we're going to be converted to.
fn to_computed_value(&self, _: &Context) -> Self
[src]
Convert a specified value to a computed value, using itself and the data inside the Context
. Read more
fn from_computed_value(other: &Self) -> Self
[src]
Convert a computed value to specified value form. Read more