[][src]Function packs::extract_list_mut

pub fn extract_list_mut<S, T: ExtractMut<S>>(
    value: &mut Value<S>
) -> Option<Vec<&mut T>>

A variant of extract_list_ref with a mutable borrow.