Trait async_io_traits::io::Ready

source ·
pub trait Ready {
    fn ready(
        &mut self,
        interest: Interest
    ) -> impl Future<Output = Result<Readiness>>; }

Required Methods

Implementors