Enum round_based::async_runtime::InternalError [−][src]
#[non_exhaustive]
pub enum InternalError {
MissingState,
}This is supported on crate feature
async-runtime only.Expand description
Describes internal errors that could occur
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.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for InternalErrorimpl Send for InternalErrorimpl Sync for InternalErrorimpl Unpin for InternalErrorimpl UnwindSafe for InternalError