pub type ConfigSyncConnectionState = EventConnectionState;Expand description
Connection lifecycle state for a config-sync subscription.
Aliased Type§
pub enum ConfigSyncConnectionState {
Connected,
Disconnected,
Reconnecting,
Recovered,
}