pub async fn set_position(
    player: &mut Player<'_>,
    position: i64
) -> Result<(), Box<dyn Error>>
Expand description

Sets the position of the current track, by microseconds.