pub fn apply_func_drain<S: Copy>(
    func: &TFuncInplace<S>,
    content: &mut Vec<Element>,
    settings: S
) -> TListResult
Expand description

Apply a given transformation to every item in a list, consuming this list.