Enum bonsaidb::core::pubsub::TryReceiveError [−][src]
pub enum TryReceiveError {
Disconnected,
Empty,
}
Expand description
An error occurred trying to receive a message.
Variants
Disconnected
The receiver was disconnected
Empty
No message was avaiable
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TryReceiveError
impl Send for TryReceiveError
impl Sync for TryReceiveError
impl Unpin for TryReceiveError
impl UnwindSafe for TryReceiveError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more