[][src]Module col_macros::types

These are the standard collection types aliased with the names that their respective macros depends, import them if you do not want define to them.

Type Definitions

BTMap

btree_map!

BTSet

btree_set!

BinHeap

bin_heap!

Deque

vec_deque!

Map

hash_map!

Set

hash_set!

Vector

vector!