Type Definition serde_lite::MapImpl

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

Type alias.

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.