pub trait SeekPosition: Send + Sync + Debug { }
Marker trait for seek positions.
Implementors represent a position that the source can seek to (e.g., timestamp, offset, sequence number).