[][src]Trait flv_future_aio::ZeroCopyWrite

pub trait ZeroCopyWrite: AsRawFd {
    fn zero_copy_write<'life0, 'life1, 'async_trait>(
        &'life0 mut self,
        source: &'life1 AsyncFileSlice
    ) -> Pin<Box<dyn Future<Output = Result<usize, SendFileError>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: Send + 'async_trait
, { ... } }

zero copy write

Provided methods

fn zero_copy_write<'life0, 'life1, 'async_trait>(
    &'life0 mut self,
    source: &'life1 AsyncFileSlice
) -> Pin<Box<dyn Future<Output = Result<usize, SendFileError>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: Send + 'async_trait, 

Loading content...

Implementations on Foreign Types

impl ZeroCopyWrite for TcpStream[src]

Loading content...

Implementors

Loading content...