skip_while

Function skip_while 

Source
pub fn skip_while<P>(s: &str, predicate: P) -> &str
where P: FnMut(char) -> bool,