pub type Result<T> = Result<T, SoundForgeError>;Expand description
Result type returned by SoundForge.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SoundForgeError),
}pub type Result<T> = Result<T, SoundForgeError>;Result type returned by SoundForge.
pub enum Result<T> {
Ok(T),
Err(SoundForgeError),
}