impl-trait-utils icon indicating copy to clipboard operation
impl-trait-utils copied to clipboard

Utilities for working with impl traits in Rust.

Results 11 impl-trait-utils issues
Sort by recently updated
recently updated
newest added

This macro fails when you have inner types as context bounds of your trait functions. Consider you have this type: ```rust #[trait_variant::make(Aggregate: Send)] pub trait LocalAggregate: Default + Serialize +...