pub type Result<T> = Result<T, PlayerError>;Expand description
A specialized Result type for audio player operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PlayerError),
}pub type Result<T> = Result<T, PlayerError>;A specialized Result type for audio player operations.
pub enum Result<T> {
Ok(T),
Err(PlayerError),
}