Enum scte35_reader::SpliceDescriptorErr [] [src]

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

Variants

Fields of NotEnoughData

Trait Implementations

impl Debug for SpliceDescriptorErr
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations