pub type ObserverGetReferenceClockResult = Result<ObserverGetReferenceClockResponse, ObserverGetReferenceClockError>;

Aliased Type§

enum ObserverGetReferenceClockResult {
    Ok(ObserverGetReferenceClockResponse),
    Err(ObserverGetReferenceClockError),
}

Variants§

§1.0.0

Ok(ObserverGetReferenceClockResponse)

Contains the success value

§1.0.0

Err(ObserverGetReferenceClockError)

Contains the error value