Crates.io | portal-trait-transformer |
lib.rs | portal-trait-transformer |
version | 0.0.0 |
source | src |
created_at | 2024-08-31 16:57:27.356428 |
updated_at | 2024-08-31 16:57:27.356428 |
description | Utilities for working with impl traits in Rust |
homepage | |
repository | https://github.com/rust-lang/impl-trait-utils |
max_upload_size | |
id | 1359047 |
size | 13,611 |
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.