pub type PbEventRecovery = EventRecovery;
Expand description
Alias for EventRecovery
.
Aliased Type§
struct PbEventRecovery {
pub recovery_event: Option<RecoveryEvent>,
}
Fields§
§recovery_event: Option<RecoveryEvent>
pub type PbEventRecovery = EventRecovery;
Alias for EventRecovery
.
struct PbEventRecovery {
pub recovery_event: Option<RecoveryEvent>,
}
recovery_event: Option<RecoveryEvent>