Trait vector::sources::util::AfterReadExt

source ·
pub trait AfterReadExt {
    // Required method
    fn after_read<F>(self, after_read: F) -> AfterRead<Self, F>
       where Self: Sized;
}

Required Methods§

source

fn after_read<F>(self, after_read: F) -> AfterRead<Self, F>
where Self: Sized,

Implementors§

source§

impl<T: AsyncRead + AsyncWrite> AfterReadExt for T