Type Alias forest_filecoin::cli_shared::logger::BackgroundTask

source ·
type BackgroundTask = Pin<Box<dyn Future<Output = ()> + Send>>;

Aliased Type§

struct BackgroundTask {}