Module macros
Source - gen_binop ๐
- Generates an implementation of a binary operator Trait for a scalar type
- gen_binopassign ๐
- Generates an implementation of a binary operate-assign Trait for a scalar type
- gen_from_primitive ๐
- Generates an implementation of type conversion Traits from a primitive type
- gen_partial_ord ๐
- gen_sum_iter ๐
- Generates an implementation of
std::iter::Sum
for a scalar type - gen_trait_impl ๐
- Generates an implementation of a number of Traits for the specified Type
- gen_unop ๐
- Generates an implementation of a unary operator Trait for a scalar type