Enum quic_rpc::transport::http2::OpenBiError
source · Expand description
OpenBiError for mem channels.
Variants§
HyperHttp(Error)
Hyper http error
Hyper(Error)
Generic hyper error
RemoteDropped
The remote side of the channel was dropped
Trait Implementations§
source§impl Debug for OpenBiError
impl Debug for OpenBiError
source§impl Display for OpenBiError
impl Display for OpenBiError
source§impl Error for OpenBiError
impl Error for OpenBiError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()