Skip to main content

remove_keyed

Function remove_keyed 

Source
pub fn remove_keyed(
    root: &mut Value,
    prefix: &str,
    slug: &str,
    keyed_lists: &[KeyedList<'_>],
) -> DocumentResult<()>
Expand description

Remove an element from a keyed list by slug.