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.