Type Definition goose::goose::GooseTaskFunction[][src]

pub type GooseTaskFunction = Arc<dyn for<'r> Fn(&'r mut GooseUser) -> Pin<Box<dyn Future<Output = GooseTaskResult> + Send + 'r>> + Send + Sync>;
Expand description

The function type of a goose task function.