Enum itron_solid_fmp3::task::CurrentIdError [−][src]
pub enum CurrentIdError {
BadContext(MaybeKind),
}
This is supported on crate feature
unstable
only.Expand description
Error type for current_id
.
This type is an error kind type.
Variants
BadContext(MaybeKind)
Tuple Fields
0: MaybeKind
The CPU lock state is active.
Requires: cfg(not(feature = "none"))
Trait Implementations
Categorize the specified error code. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.