Module macros

Source

Macrosยง

delegate_impl ๐Ÿ”’
Implement a trait by delegation. By default as if we are delegating from &G to G.
deref ๐Ÿ”’
deref_twice ๐Ÿ”’
remove_sections ๐Ÿ”’
remove_sections_inner ๐Ÿ”’
trait_template ๐Ÿ”’
Define a trait as usual, and a macro that can be used to instantiate implementations of it.