#traits #async-trait #impl #async

macro no-std portal-trait-transformer

Utilities for working with impl traits in Rust

1 unstable release

0.0.0 Aug 31, 2024

#88 in #async-trait

MIT/Apache

9KB
151 lines

trait_transformer

trait_transformer does the same thing as trait_variant, but using experimental nightly-only syntax that depends on the return_type_notation feature. It may be used to experiment with new kinds of trait transformations in the future.

Dependencies

~240–690KB
~16K SLoC