Struct itron_solid_fmp3::error::Error [−][src]
pub struct Error<Kind = ()> { /* fields omitted */ }This is supported on crate feature
unstable only.Expand description
Target-specific error value that can be categorized as one of the error
kinds represented by Kind.
Implementations
Construct Error.
Safety
Kind::from_error_code(code) must return Some(_). Otherwise,
Self::kind will cause an undefined behavior.