Type Alias PbEventRecovery

Source
pub type PbEventRecovery = EventRecovery;

Aliased Type§

struct PbEventRecovery {
    pub recovery_event: Option<RecoveryEvent>,
}

Fields§

§recovery_event: Option<RecoveryEvent>