Enum mpeg2ts_reader::demultiplex::DemuxError[][src]

pub enum DemuxError {
    NotEnoughData {
        field: &'static str,
        expected: usize,
        actual: usize,
    },
}

Variants

Fields of NotEnoughData

Trait Implementations

impl Debug for DemuxError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DemuxError

impl Sync for DemuxError