Skip to main content

RecoveryHandler

Type Alias RecoveryHandler 

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

Type alias for recovery handler functions.

Aliased Typeยง

pub struct RecoveryHandler { /* private fields */ }