| 162 | /// An instant in a media item. |
| 163 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] |
| 164 | pub struct MediaPosition(pub Duration); |
| 165 | |
| 166 | /// The direction to seek in. |
| 167 | #[derive(Copy, Clone, PartialEq, Eq, Debug)] |
no outgoing calls
no test coverage detected