Searched defs:FieldsWith (Results 1 – 1 of 1) sorted by relevance
3359 pub struct FieldsWith<'a, F> { struct3365 impl<'a, F: FnMut(char) -> bool> FieldsWith<'a, F> { argument3371 impl<'a, F: FnMut(char) -> bool> Iterator for FieldsWith<'a, F> { implementation