Module add

Module add 

Source
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 name to appropriate actual trait name.
trait_name_to_attribute_name 🔒
Matches the provided ops::Add-like trait name to its attribute’s name.
trait_name_to_method_name 🔒
Matches the provided ops::Add-like trait name to its method name.