Type Alias serde_lite::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.