pub type RecorderStartLoggingResult = Result<(), RecorderError>;

Aliased Type§

enum RecorderStartLoggingResult {
    Ok(()),
    Err(RecorderError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(RecorderError)

Contains the error value