Enum webm_iterable::errors::WebmCoercionError  [−][src]
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
Auto Trait Implementations
impl RefUnwindSafe for WebmCoercionErrorimpl Send for WebmCoercionErrorimpl Sync for WebmCoercionErrorimpl Unpin for WebmCoercionErrorimpl UnwindSafe for WebmCoercionError