pub type OnGatheringCompleteHdlrFn = Box<dyn FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + Sync>;

Aliased Type§

struct OnGatheringCompleteHdlrFn(/* private fields */);