Enum networkcoding::DecoderError
source · pub enum DecoderError {
InternalError(String),
BufferTooSmall,
BadMetadata,
UnImplementedDecoder,
UnusedRepairSymbol,
UnusedSourceSymbol,
}
Variants§
InternalError(String)
BufferTooSmall
BadMetadata
UnImplementedDecoder
UnusedRepairSymbol
UnusedSourceSymbol
Implementations§
Trait Implementations§
source§impl Debug for DecoderError
impl Debug for DecoderError
source§impl From<DecoderError> for DecoderError
impl From<DecoderError> for DecoderError
source§fn from(err: VLCDecoderError) -> DecoderError
fn from(err: VLCDecoderError) -> DecoderError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DecoderError
impl RefUnwindSafe for DecoderError
impl Send for DecoderError
impl Sync for DecoderError
impl Unpin for DecoderError
impl UnwindSafe for DecoderError
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