pub type TransportError = SendError<String>;
Raw transport error.
pub struct TransportError(/* private fields */);