Function anychar
fn anychar<T, E: ParseError<T>>(input: T) -> crate::internal::IResult<T, char, E>
where
T: Input,
<T as Input>::Item: AsChar
Matches one element as a character.
Streaming version: Will return Err(nom::Err::Incomplete(_)) if there's not enough input data.
Example
# use ;
assert_eq!;
assert_eq!;