impl_chains!() { /* proc-macro */ }Expand description
Manually implement chains.
This macro will generate chain implementations manually. This is useful when you want to implement chains for a type that you don’t own.
impl_chains!() { /* proc-macro */ }Manually implement chains.
This macro will generate chain implementations manually. This is useful when you want to implement chains for a type that you don’t own.