Macro gcollections::forward_val_ref_binop[][src]

macro_rules! forward_val_ref_binop {
    (impl < $($bn : ident : $(+ $bs : ident) *), * > $imp : ident for $res : ty,
 $method : ident, $arg : ty) => { ... };
}