fidl_test_time_realm

Type Alias RtcUpdatesGetResult

Source
pub type RtcUpdatesGetResult = Result<(Vec<Time>, GetResponseOpts), OperationError>;

Aliased Type§

enum RtcUpdatesGetResult {
    Ok((Vec<Time>, GetResponseOpts)),
    Err(OperationError),
}

Variants§

§1.0.0

Ok((Vec<Time>, GetResponseOpts))

Contains the success value

§1.0.0

Err(OperationError)

Contains the error value