macro_rules! impl_task_boxed_methods { ($domain: ty) => { ... }; }
Task implementors can use this macro to implement the box_clone, box_hash and box_eq functions.
box_clone
box_hash
box_eq
The parameter is the name of your Domain struct.