Type Alias TaskFunction

Source
pub type TaskFunction = Arc<dyn Fn(TaskContext) -> Pin<Box<dyn Future<Output = Result<Value>> + Send>> + Send + Sync>;

Aliased Typeยง

struct TaskFunction { /* private fields */ }