pub struct TranscodingError;Expand description
Error type for transcoding operations.
Trait Implementations§
Source§impl Debug for TranscodingError
impl Debug for TranscodingError
Source§impl Display for TranscodingError
impl Display for TranscodingError
Source§impl Error for TranscodingError
impl Error for TranscodingError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl From<FFIError> for TranscodingError
impl From<FFIError> for TranscodingError
Source§impl From<LengthError> for TranscodingError
impl From<LengthError> for TranscodingError
Source§fn from(_: LengthError) -> Self
fn from(_: LengthError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TranscodingError
impl RefUnwindSafe for TranscodingError
impl Send for TranscodingError
impl Sync for TranscodingError
impl Unpin for TranscodingError
impl UnsafeUnpin for TranscodingError
impl UnwindSafe for TranscodingError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more