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

Same as seek, but in reverse.