Crate mod_template

Source

Attribute Macrosยง

__monomorphize_mod
This attribute is used by the attribute mod_template::define internally. One should not use this attribute manually. See mod_template::__monomorphize_mod.
construct
Turns something like:
define
This attribute defines a function-like macro based on the template module it annotated. One can define actual modules with variations by calling the defined macro with different arguments.
extend_parameter_list
Turns something like: