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]pub fn clone(&self) -> MemoryTransportError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for MemoryTransportError[src]
impl Debug for MemoryTransportError[src]impl Display for MemoryTransportError[src]
impl Display for MemoryTransportError[src]impl Error for MemoryTransportError[src]
impl Error for MemoryTransportError[src]