Enum libp2p_core::transport::memory::MemoryTransportError [−][src]
pub enum MemoryTransportError { Unreachable, AlreadyInUse, }
Error that can be produced from the MemoryTransport
.
Variants
There’s no listener on the given port.
Tries to listen on a port that is already in use.
Trait Implementations
impl Clone for MemoryTransportError
[src]
impl Clone for MemoryTransportError
[src]fn clone(&self) -> MemoryTransportError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for MemoryTransportError
[src]
impl Error for MemoryTransportError
[src]