Struct mp4ameta::Error [−][src]
A struct able to represent any error that may occur while performing metadata operations.
Fields
kind: ErrorKindThe kind of error that occurred.
description: StringA human readable string describing the error.
Implementations
Trait Implementations
impl From<FromUtf16Error> for Error[src]
impl From<FromUtf16Error> for Error[src]fn from(err: FromUtf16Error) -> Error[src]
impl From<FromUtf8Error> for Error[src]
impl From<FromUtf8Error> for Error[src]fn from(err: FromUtf8Error) -> Error[src]
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error
impl !UnwindSafe for Error