pub trait SeekPosition:
Send
+ Sync
+ Debug { }Expand description
Marker trait for seek positions.
Implementors represent a position that the source can seek to (e.g., timestamp, offset, sequence number).
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".