Function ws

Source
fn ws<'a, F, O, E>(inner: F) -> impl Parser<&'a str, Output = O, Error = E>
where E: NomParseError<&'a str>, F: Parser<&'a str, Output = O, Error = E>,