Type Alias RpcSyncStatsGetResponse

Source
pub type RpcSyncStatsGetResponse = Option<Vec<SyncStatsSnapshot>>;

Aliased Type§

pub enum RpcSyncStatsGetResponse {
    None,
    Some(Vec<SyncStatsSnapshot>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Vec<SyncStatsSnapshot>)

Some value of type T.