Trait eclectic::map::Map [] [src]

pub trait Map: Len + Clear + Insert + Remove<Self::Key> { }

A map.

This trait is implemented for all types that implement {Len, Clear, Insert, Remove}.

Implementors