pub type BrowseControllerSetBrowsedPlayerResult = Result<(), BrowseControllerError>;Aliased Type§
pub enum BrowseControllerSetBrowsedPlayerResult {
Ok(()),
Err(BrowseControllerError),
}pub type BrowseControllerSetBrowsedPlayerResult = Result<(), BrowseControllerError>;pub enum BrowseControllerSetBrowsedPlayerResult {
Ok(()),
Err(BrowseControllerError),
}