pub type Request<M, T = Channel> = Decoded<<M as Method>::Request, <T as Transport>::RecvBuffer>;
A decoded request.
pub struct Request<M, T = Channel> { /* private fields */ }