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