Macro colored::style::impl_assign_op_trait

source ยท
macro_rules! impl_assign_op_trait {
    (
        $trait:ident, $method:ident for $t:ty, $u:ty, using $used_trait:ident::$used_method:ident
    ) => { ... };
}