Enum itron_solid_fmp3::processor::CurrentIdError [−][src]
pub enum CurrentIdError {
BadContext(MaybeKind),
}
This is supported on crate feature
unstable
only.Expand description
Error type for current
.
This type is an error kind type.
Variants
BadContext(MaybeKind)
Tuple Fields
0: MaybeKind
The CPU lock state is active.
Requires: cfg(any(feature = "fmp3", feature = "solid_fmp3"))
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 !=
.