Function binn_ir::map_from

source ·
pub fn map_from<K, V>(key: K, value: V) -> Valuewhere
    K: Into<MapKey>,
    V: Into<Value>,
Expand description