Trait asyncio::Handler [] [src]

pub trait Handler<R>: Sized + Send + 'static {
    type Output;
    fn callback(self, io: &IoService, res: Result<R>);
}

Associated Types

Required Methods

Implementors