pub type ObserverGetReferenceClockResult = Result<ObserverGetReferenceClockResponse, ObserverGetReferenceClockError>;Aliased Type§
pub enum ObserverGetReferenceClockResult {
Ok(ObserverGetReferenceClockResponse),
Err(ObserverGetReferenceClockError),
}Variants§
Ok(ObserverGetReferenceClockResponse)
Contains the success value
Err(ObserverGetReferenceClockError)
Contains the error value