SeekPosition

Trait SeekPosition 

Source
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).

Implementorsยง