impl_for

Macro impl_for 

Source
impl_for!() { /* proc-macro */ }
Expand description

Implements a delegated trait for the provided type.

Actually, this macro is called by macro_rules! in the expansion of the delegate macro, and only fills an implementation template generated by it.