pub type RpcSyncStatsGetResponse = Option<Vec<SyncStatsSnapshot>>;
pub enum RpcSyncStatsGetResponse { None, Some(Vec<SyncStatsSnapshot>), }
No value.
Some value of type T.
T