Function delimited_with_multispace0
Source pub fn delimited_with_multispace0<'a>(
s: &'static str,
) -> impl Parser<&'a str, &'a str, ContextError>
Expand description
Parses a string with surrounding whitespace(0 or more times)
§Note
Has expected info.