WriteTo

Trait WriteTo 

Source
pub trait WriteTo<Writer, E>
where Writer: AsyncWriteExt + Send + Unpin + 'static, E: Debug,
{ // Required method fn write_to<'life0, 'life1, 'async_trait>( &'life0 self, writer: &'life1 mut Writer, ) -> Pin<Box<dyn Future<Output = Result<(), E>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait; }

Required Methods§

Source

fn write_to<'life0, 'life1, 'async_trait>( &'life0 self, writer: &'life1 mut Writer, ) -> Pin<Box<dyn Future<Output = Result<(), E>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait,

Implementors§