pub type ControllerStartTracingResult = Result<(), StartErrorCode>;

Aliased Type§

enum ControllerStartTracingResult {
    Ok(()),
    Err(StartErrorCode),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(StartErrorCode)

Contains the error value