RecorderStartLoggingForeverResult

Type Alias RecorderStartLoggingForeverResult 

Source
pub type RecorderStartLoggingForeverResult = Result<(), RecorderError>;

Aliased Type§

pub enum RecorderStartLoggingForeverResult {
    Ok(()),
    Err(RecorderError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(RecorderError)

Contains the error value