quick_xml::events

Function trim_cow

source
fn trim_cow<'a, F>(value: Cow<'a, [u8]>, trim: F) -> Cow<'a, [u8]>
where F: FnOnce(&[u8]) -> &[u8],