Macro impl_task_boxed_methods

Source
macro_rules! impl_task_boxed_methods {
    ($domain: ty) => { ... };
}
Expand description

Task implementors can use this macro to implement the box_clone, box_hash and box_eq functions.

The parameter is the name of your Domain struct.