combine_traits macro for rust
A combine_traits! is a single macro wich can be used to declare a new trait wich is no more than a combination of existing traits.
How to use
To create a new Trait call the macro combine_traits! with the name as the first argument.
After a ; list all "sub_traits" seperated by ,.
Example:
use combine_traits;
use ;
combine_traits!;
assert_eq!;