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