pub type SendError<R, T> = SendError<Request<R, T>>;
pub struct SendError<R, T>(pub Request<R, T>);
0: Request<R, T>