Struct video_timecode::TimecodeError [] [src]

pub struct TimecodeError {
    pub kind: TimecodeErrorKind,
}

All Result values returned by this library will use this for error values.

Fields

Trait Implementations

impl Debug for TimecodeError
[src]

[src]

Formats the value using the given formatter.