pub type CloseFn = Box<dyn Fn() -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + Sync>> + Send + Sync>;

Aliased Type§

struct CloseFn(/* private fields */);