#[blanket]Expand description
Generate blanket implementations for a trait.
This procedural macro must be used on a trait block. It can be used
to either derive a blanket implementation, or to delegate the method
implementations of a trait to a module.