Enum video_timecode::TimecodeErrorKind [] [src]

pub enum TimecodeErrorKind {
    InvalidFormat,
    InvalidTimecode,
}

Error values for this library.

Variants

Timecode parsing failed due to input having an invalid format.

Timecode had an invalid value. For instance the frame field might have a value higher than the frame rate allows.

Trait Implementations

impl Debug for TimecodeErrorKind
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations