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