pub async fn seek(
    player: &mut Player<'_>,
    offset: Duration
) -> Result<(), Box<dyn Error>>
Expand description

Seeks the position of the active track.