Trait destream::de::ArrayAccess[][src]

pub trait ArrayAccess<T>: Send {
    type Error: Error;
    fn buffer<'life0, 'life1, 'async_trait>(
        &'life0 mut self,
        buffer: &'life1 mut [T]
    ) -> Pin<Box<dyn Future<Output = Result<usize, Self::Error>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Associated Types

Required methods

Implementors