[][src]Type Definition cpal::StreamDataResult

type StreamDataResult<'a> = Result<StreamData<'a>, StreamError>;

Stream data passed to the EventLoop::run callback, or an error in the case that the device was invalidated or some backend-specific error occurred.