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]>.
macro_rules! typed_map {
($V:ty, $C:ty) => { ... };
($V:ty, $C:ty, $H:ty) => { ... };
}Expands to TypedMap<<V as CollectionMeta>::SelfId, V, C [, H]>.