Expand description
Macros to simplify extending operator traits over references.
Adapted from the Rust core library internal_macros.rs to remove standard library internal attribute annotations and add usage documentation.
Macrosยง
- forward_
ref_ binop - Extend a binary operator trait impl over refs.
- forward_
ref_ op_ assign - Extend an assignment operator trait impl over refs.
- forward_
ref_ unop - Extend a unary operator trait impl over refs.