Enum open_coroutine::StealError
source · pub enum StealError {
CanNotStealSelf,
EmptySibling,
NoMoreSpare,
StealSiblingFailed,
}
Expand description
Error type returned by steal methods.
Variants§
Trait Implementations§
source§impl Debug for StealError
impl Debug for StealError
source§impl Display for StealError
impl Display for StealError
source§impl Error for StealError
impl Error for StealError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()