[][src]Trait samotop::protocol::parse::IntoParse

pub trait IntoParse {
    fn parse<P>(self, parser: P) -> Parse<Self, P> { ... }
}

Provided methods

fn parse<P>(self, parser: P) -> Parse<Self, P>

Loading content...

Implementors

impl<S> IntoParse for S where
    S: Stream<Item = Result<ReadControl, Box<dyn Error + 'static + Sync + Send>>>, 
[src]

Loading content...