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

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

The function type of a goose task function.