[−][src]Type Definition portaudio_rs::PaResult
type PaResult = Result<(), PaError>;
A result type wrapping PaError.
The original NoError is mapped to Ok(()) and other values mapped to Err(x)
type PaResult = Result<(), PaError>;
A result type wrapping PaError.
The original NoError is mapped to Ok(()) and other values mapped to Err(x)