RecoveryHandler

Type Alias RecoveryHandler 

pub type RecoveryHandler = Arc<dyn Fn(&RecoveryAction) -> Pin<Box<dyn Future<Output = RecoveryResult> + Send>> + Sync + Send>;
Expand description

Type alias for recovery handler functions.

Aliased Typeยง

pub struct RecoveryHandler { /* private fields */ }