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