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