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

pub trait IntoParse where
    Self: Sized
{ 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>>, 
[src]

Loading content...