Enum round_based::async_runtime::BadStateMachineReason [−][src]
#[non_exhaustive]
pub enum BadStateMachineReason {
ProtocolFinishedButNoResult,
}This is supported on crate feature
async-runtime only.Expand description
Reason why StateMachine implementation looks buggy
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
StateMachine::is_finished returned true,
but StateMachine::pick_output returned None
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for BadStateMachineReasonimpl Send for BadStateMachineReasonimpl Sync for BadStateMachineReasonimpl Unpin for BadStateMachineReasonimpl UnwindSafe for BadStateMachineReason