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