pub type Result<T> = Result<T, BbxError>;
Result type alias for bbx_audio operations.
pub enum Result<T> { Ok(T), Err(BbxError), }
Contains the success value
Contains the error value