Skip to main content

with_mapping_sym

Function with_mapping_sym 

Source
pub fn with_mapping_sym<R, FnR>(map: SymStr, key: SymStr, caller: FnR) -> R
where FnR: FnOnce(Option<&Stored>) -> R,