Trait asyncio::Handler
[−]
[src]
pub trait Handler<R, E>: Sized { type Output; fn result(self, &IoContext, Result<R, E>) -> Self::Output; }
pub trait Handler<R, E>: Sized { type Output; fn result(self, &IoContext, Result<R, E>) -> Self::Output; }
type Output