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
kind: TimecodeErrorKind