Trait streamcatcher::future::AsyncReadSkipExt[][src]

pub trait AsyncReadSkipExt {
    fn skip<'life0, 'async_trait>(
        &'life0 mut self,
        amt: usize
    ) -> Pin<Box<dyn Future<Output = usize> + Send + 'async_trait>>
    where
        Self: Sized,
        'life0: 'async_trait,
        Self: 'async_trait
; }
Expand description

Async variant of ReadSkipExt.

Required methods

Implementors