Macro auto_hash_map

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

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