pub struct Canceled;Expand description
Error returned from a Receiver when the corresponding
Sender is dropped.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Canceled
impl UnwindSafe for Canceled
Blanket Implementations
Mutably borrows from an owned value. Read more