Type Definition data2sound::Result
source · pub type Result<T> = Result<T, Error>;Expand description
The result type for this crate, which is just a re-export of hound::Result
A type for results generated by Hound where the error type is hard-wired.