Enum webm_iterable::errors::WebmCoercionError
source · [−]Expand description
Errors that can occur when coercing WebM data into structs.
Variants
BlockCoercionError(String)
An error when coercing raw Block data into a super::matroska_spec::Block struct.
SimpleBlockCoercionError(String)
An error when coercing raw SimpleBlock data into a super::matroska_spec::SimpleBlock struct.
Trait Implementations
sourceimpl Debug for WebmCoercionError
impl Debug for WebmCoercionError
sourceimpl Display for WebmCoercionError
impl Display for WebmCoercionError
sourceimpl Error for WebmCoercionError
impl Error for WebmCoercionError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
🔬 This is a nightly-only experimental API. (
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations
impl RefUnwindSafe for WebmCoercionError
impl Send for WebmCoercionError
impl Sync for WebmCoercionError
impl Unpin for WebmCoercionError
impl UnwindSafe for WebmCoercionError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more