Expand description
Implementation of ops::Add-like derive macros.
Functions§
- expand
- Expands an
ops::Add-like derive macro. - normalize_
trait_ 🔒name - Matches the provided derive macro
nameto appropriate actual trait name. - trait_
name_ 🔒to_ attribute_ name - Matches the provided
ops::Add-like traitnameto its attribute’s name. - trait_
name_ 🔒to_ method_ name - Matches the provided
ops::Add-like traitnameto its method name.