pub type Dispatch<'a, Ctx, R>where
Ctx: Client + 'a,
Ctx::Object: for<'b> Object<Ctx, Request<'b> = (&'b [u8], &'b [RawFd])>,
R: AsyncBufReadWithFd + 'a, = impl Future<Output = bool> + 'a;
Expand description
Type of future returned by dispatch_to
.