Function map_model::edits::compat::walk

source ·
fn walk<F: Fn(&mut Map<String, Value>) -> bool>(
    value: &mut Value,
    transform: &F
)