Module add_assign

Module add_assign 

Source
Expand description

Implementation of ops::AddAssign-like derive macros.

Functions§

expand
Expands an ops::AddAssign-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::AddAssign-like trait name to its attribute’s name.
trait_name_to_method_name 🔒
Matches the provided ops::AddAssign-like trait name to its method name.