Enum std::sync::channel::ChannelError
Error returned by Channel operations.
Variants
-
Closed
The channel is closed.
-
WouldBlock
Channel operation would block (e.g. because the channel
Methods
impl ChannelError { ... }
-
fn equals(self: &ChannelError, other: &ChannelError) -> bool
-
fn fmt<F>(self: &ChannelError, f: &mut F) -> Result
F: Formatter<F>
Mixins
impl ChannelError { ... }
-
mixin Equatable<ChannelError>
-
Returns
false
if arguments are equal,true
otherwise