Enum scte35_reader::SpliceDescriptorErr[][src]

pub enum SpliceDescriptorErr {
    InvalidDescriptorLength(usize),
    NotEnoughData {
        expected: usize,
        actual: usize,
    },
}

Variants

Fields of NotEnoughData

Trait Implementations

impl Debug for SpliceDescriptorErr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations