1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// we need this here for the doc links, but clippy doesnt like that it isn't being used in code.
use crate::;
/// Returned from [Framerate::with_timebase] and [Framerate::with_playback] when there is an
/// error parsing a [Framerate].
/// Returned from [Timecode::with_frames], [Timecode::with_seconds], and
/// [Timecode::with_premiere_ticks] when there is an error parsing a [Timecode].