[−][src]Trait flv_future_aio::zero_copy::ZeroCopyWrite
zero copy write
Required methods
#[must_use]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: '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: 'async_trait,
Implementors
impl<T> ZeroCopyWrite for T where
T: AsRawFd + Send, [src]
T: AsRawFd + Send,
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: 'async_trait, [src]
&'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: 'async_trait,