Macro goose::task[][src]

macro_rules! task {
    ($task_func : ident) => { ... };
}
Expand description

task!(foo) expands to GooseTask::new(foo), but also does some boxing to work around a limitation in the compiler.