Skip to main content

with_map

Function with_map 

Source
pub(crate) fn with_map<R>(
    this: &Value,
    f: impl FnOnce(&mut Vec<(Value, Value)>) -> R,
) -> Option<R>