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