Expand description
§typechain-macros
This crate contains macros for working with related type functionality. Using dynamic dispatch, it is possible to create a chain of traits that can be used to access the fields of a struct.
The macros in this crate use user-defined traits
and structs to generate an easy-to-use chain. See
the typechain
crate for more information.
Macros§
- chain
- Create a chain.
- chainlink
- Create a chainlink trait.
- impl_
chains - Manually implement chains.
- use_
chains - Import chainlink traits.