pub type RtcUpdatesGetResult = Result<(Vec<Time>, GetResponseOpts), OperationError>;Aliased Type§
pub enum RtcUpdatesGetResult {
Ok((Vec<Time>, GetResponseOpts)),
Err(OperationError),
}Variants§
Ok((Vec<Time>, GetResponseOpts))
Contains the success value
Err(OperationError)
Contains the error value