Crate trait_ext

Source
Expand description

Crate with a helper macro which can create simple extensions over a specific trait which is automatically implemented for every type which implements the specified trait.

Macrosยง

trait_ext
Specify a trait which automatically is implemented for each type that implements the super trait.