Type Definition audio_device::alsa::Result[][src]

type Result<T, E = Error> = Result<T, E>;
This is supported on crate feature alsa only.

Helper result wrapper.