Type Definition serde_lite::MapImpl

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

Type alias.

Trait Implementations

Converts to this type from the input type.