pub type Result<T> = Result<T, AudexError>;Expand description
Convenience result type used throughout the library
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AudexError),
}pub type Result<T> = Result<T, AudexError>;Convenience result type used throughout the library
pub enum Result<T> {
Ok(T),
Err(AudexError),
}