[][src]Trait vessels::ApplyEncode

pub trait ApplyEncode<'de>: Sized + UniformStreamSink<Self::Item> + Context<'de> where
    Self::Error: ErrorBound, 
{ fn encode<F: Format + Encode<'de, Self>>(
        self
    ) -> <F as Encode<'de, Self>>::Output; }

Required methods

fn encode<F: Format + Encode<'de, Self>>(
    self
) -> <F as Encode<'de, Self>>::Output

Loading content...

Implementors

impl<'de, T> ApplyEncode<'de> for T where
    T: UniformStreamSink<Self::Item> + Context<'de>,
    <T as ISink<Self::Item>>::Error: ErrorBound, 
[src]

Loading content...