[][src]Type Definition vec_collections::TotalVecMap1

type TotalVecMap1<K, V> = TotalVecMap<V, [(K, V); 1]>;

Type alias for a TotalVecMap with up to 1 mappings with inline storage.