[][src]Trait kombi::prelude::StrParserExt

pub trait StrParserExt<'a>: Parser<Chars<'a>> {
    fn parse_str(&self, s: &'a str) -> Option<(&'a str, Self::Output)> { ... }
}

Provided methods

fn parse_str(&self, s: &'a str) -> Option<(&'a str, Self::Output)>

Loading content...

Implementors

impl<'a, T, P: Parser<Chars<'a>, Output = T>> StrParserExt<'a> for P[src]

Loading content...