pub type RpcSyncStatsGetResponse = Option<Vec<SyncStatsSnapshot>>;
Aliased Type§
pub enum RpcSyncStatsGetResponse {
None,
Some(Vec<SyncStatsSnapshot>),
}
pub type RpcSyncStatsGetResponse = Option<Vec<SyncStatsSnapshot>>;
pub enum RpcSyncStatsGetResponse {
None,
Some(Vec<SyncStatsSnapshot>),
}