Macro auto_btree_map

Source
macro_rules! auto_btree_map {
    ($($tt:tt)*) => { ... };
}
Expand description

Creates a collection BTreeMap with auto type converting by Into::into()