Function model_mapper::with::hashmap

source ยท
pub fn hashmap<KI, VI, KF, VF>(from: HashMap<KF, VF>) -> HashMap<KI, VI>
where KI: Eq + Hash, KF: Eq + Hash + Into<KI>, VF: Into<VI>,
Expand description

Mapper for HashMap