macro_rules! auto_btree_map {
($($tt:tt)*) => { ... };
}Expand description
Creates a collection BTreeMap with auto type converting by Into::into()
macro_rules! auto_btree_map {
($($tt:tt)*) => { ... };
}Creates a collection BTreeMap with auto type converting by Into::into()