serde_lite

Type Alias MapImpl

Source
pub type MapImpl<K, V> = HashMap<K, V>;
Expand description

Type alias.

Aliased Type§

struct MapImpl<K, V> { /* private fields */ }

Trait Implementations§

Source§

impl From<Map> for MapImpl<Cow<'static, str>, Intermediate>

Source§

fn from(map: Map) -> Self

Converts to this type from the input type.