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.