[][src]Trait bogobble::parser::OParser

pub trait OParser<Out>: for<'text> Parser<'text, Out = Out> { }

Implementors

impl<Out, P: ?Sized> OParser<Out> for P where
    P: for<'text> Parser<'text, Out = Out>, 
[src]

Loading content...