Enum bitcoincore_zmq::Error
source · pub enum Error {
InvalidMutlipartLengthError(usize),
InvalidSequenceLengthError(usize),
InvalidSequenceMessageLengthError(usize),
InvalidSequenceMessageLabelError(u8),
Invalid256BitHashLengthError(usize),
InvalidTopicError(Vec<u8>),
BitcoinDeserializationError(Error),
ZmqError(Error),
}
Variants§
InvalidMutlipartLengthError(usize)
InvalidSequenceLengthError(usize)
InvalidSequenceMessageLengthError(usize)
InvalidSequenceMessageLabelError(u8)
Invalid256BitHashLengthError(usize)
InvalidTopicError(Vec<u8>)
BitcoinDeserializationError(Error)
ZmqError(Error)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more