pub type AsyncTaskOutput = Box<dyn FnOnce(&HelperScope<'_, '_>) -> Result<u64, ()>>;
The callback produced by a helper async task when it resumes.
pub struct AsyncTaskOutput(/* private fields */);