AsyncTaskOutput

Type Alias AsyncTaskOutput 

Source
pub type AsyncTaskOutput = Box<dyn FnOnce(&HelperScope<'_, '_>) -> Result<u64, ()>>;
Expand description

The callback produced by a helper async task when it resumes.

Aliased Typeยง

pub struct AsyncTaskOutput(/* private fields */);