pub async fn open_uri(
    player: &mut Player<'_>,
    uri: &str
) -> Result<(), Box<dyn Error>>
Expand description

Opens a track by its URI.

Errors

May return an Err variant if the provided URI is invalid.