Struct futures_channel::mpsc::SendError [−][src]
The error type for Sender
s used as Sink
s.
Methods
impl SendError
[src]
[−]
impl SendError
pub fn is_full(&self) -> bool
[src]
[−]
pub fn is_full(&self) -> bool
Returns true if this error is a result of the channel being full.
pub fn is_disconnected(&self) -> bool
[src]
[−]
pub fn is_disconnected(&self) -> bool
Returns true if this error is a result of the receiver being dropped.
Trait Implementations
impl Clone for SendError
[src]
[+]
impl Clone for SendError
impl Debug for SendError
[src]
[+]
impl Debug for SendError
impl PartialEq for SendError
[src]
[+]
impl PartialEq for SendError
impl Eq for SendError
[src]
impl Eq for SendError
impl Display for SendError
[src]
[+]
impl Display for SendError
impl Error for SendError
[src]
[+]
impl Error for SendError