Skip to main content

typed_map

Macro typed_map 

Source
macro_rules! typed_map {
    ($V:ty, $C:ty) => { ... };
    ($V:ty, $C:ty, $H:ty) => { ... };
}
Expand description

Expands to TypedMap<<V as CollectionMeta>::SelfId, V, C [, H]>.