[][src]Trait flv_future_aio::AsyncWrite2

pub trait AsyncWrite2: AsyncWrite + Unpin {
    fn write_buf_all<'a, B>(&'a mut self, buf: B) -> WriteBufAll<'a, Self, B>
    where
        B: AsRef<[u8]>
, { ... } }

Provided methods

Important traits for WriteBufAll<'_, W, B>
fn write_buf_all<'a, B>(&'a mut self, buf: B) -> WriteBufAll<'a, Self, B> where
    B: AsRef<[u8]>, 

Loading content...

Implementors

impl AsyncWrite2 for File[src]

Loading content...