Trait asyncio::Handler [] [src]

pub trait Handler<R, E>: Sized {
    type Output;
    fn result(self, _: &IoContext, _: Result<R, E>) -> Self::Output;
}

Associated Types

Required Methods

Implementors