Skip to main content

with_set

Function with_set 

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