Struct libp2p_yamux::YamuxError [−][src]
pub struct YamuxError(_);
The Yamux StreamMuxer
error type.
Trait Implementations
impl Error for YamuxError
[src]
impl Error for YamuxError
[src]impl From<ConnectionError> for YamuxError
[src]
impl From<ConnectionError> for YamuxError
[src]fn from(source: ConnectionError) -> Self
[src]
impl Into<Error> for YamuxError
[src]
impl Into<Error> for YamuxError
[src]