Skip to main content

ModuleRecoveryFuture

Type Alias ModuleRecoveryFuture 

Source
pub(crate) type ModuleRecoveryFuture = Pin<Box<dyn Future<Output = Result<Option<Amount>>> + Send>>;
Expand description

An in-progress module recovery future, resolving to the amount recovered from the module (if it tracks one) once recovery completes.

Aliased Typeยง

#[repr(transparent)]
pub(crate) struct ModuleRecoveryFuture { /* private fields */ }