[][src]Trait in_stream::InStreamStd

pub trait InStreamStd where
    Self: InStream<&'a mut [u8], &'a [u8]>, 
{ fn into_std_stream(self) -> StdStreamAdapter<Self> { ... } }

implement this if your stream deals with binary u8 data

Provided methods

Loading content...

Implementors

impl InStreamStd for InStreamMem[src]

impl InStreamStd for InStreamTcp[src]

impl<Sub: InStreamStd> InStreamStd for InStreamTls<Sub>[src]

Loading content...