[][src]Trait futures_util_io_peek::AsyncPeekExt

pub trait AsyncPeekExt: AsyncPeek {
    fn peek_async<'a>(&'a mut self, buf: &'a mut [u8]) -> Peek<'a, Self>
    where
        Self: Unpin
, { ... } }

Provided methods

fn peek_async<'a>(&'a mut self, buf: &'a mut [u8]) -> Peek<'a, Self> where
    Self: Unpin

Loading content...

Implementors

impl<R: AsyncPeek + ?Sized> AsyncPeekExt for R[src]

Loading content...