Crate typechain_macros

Crate typechain_macros 

Source
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.