[][src]Macro goose::task

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

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