pub type AudioRecordingControlStopOutputSaveResult = Result<(), AudioRecordingError>;

Aliased Type§

enum AudioRecordingControlStopOutputSaveResult {
    Ok(()),
    Err(AudioRecordingError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(AudioRecordingError)

Contains the error value