Type Alias buildsrs_storage::Cleanup

source ·
pub type Cleanup = Pin<Box<dyn Future<Output = ()>>>;
Expand description

Boxed future to run cleanup tasks.

Aliased Type§

struct Cleanup { /* private fields */ }