Enum bitcoin::network::Error [−][src]
pub enum Error {
Io(Error),
SocketMutexPoisoned,
SocketNotConnectedToPeer,
}Network error
Variants
Io(Error)And I/O error
Socket mutex was poisoned
Not connected to peer
pub enum Error {
Io(Error),
SocketMutexPoisoned,
SocketNotConnectedToPeer,
}Network error
Io(Error)And I/O error
Socket mutex was poisoned
Not connected to peer
impl !RefUnwindSafe for Errorimpl Send for Errorimpl Sync for Errorimpl Unpin for Errorimpl !UnwindSafe for Error