Function som_parser_text::apply
source · pub fn apply<'a, A, P>(parser: P, input: &'a [char]) -> Option<A>where
P: Parser<A, &'a [char]>,
Expand description
Applies a parser and returns the output value if the entirety of the input has been parsed successfully.