vector::sources::util

Trait 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