pub type PendingNapiAsyncWork = Box<dyn FnOnce()>;

Aliased Type§

struct PendingNapiAsyncWork(/* private fields */);