Type Alias rsass::css::ValueMap

source ·
pub type ValueMap = OrderMap<Value, Value>;
Expand description

An OrderMap where both the keys and the values are css values.

Aliased Type§

struct ValueMap(/* private fields */);

Trait Implementations§

source§

impl TryFrom<Value> for ValueMap

§

type Error = String

The type returned in the event of a conversion error.
source§

fn try_from(v: Value) -> Result<Self, String>

Performs the conversion.