Enum quic_rpc::transport::mem::AcceptBiError
source · pub enum AcceptBiError {
RemoteDropped,
}
Expand description
AcceptBiError for mem channels.
There is not much that can go wrong with mem channels.
Variants§
RemoteDropped
The remote side of the channel was dropped
Trait Implementations§
source§impl Debug for AcceptBiError
impl Debug for AcceptBiError
source§impl Display for AcceptBiError
impl Display for AcceptBiError
source§impl Error for AcceptBiError
impl Error for AcceptBiError
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()