Work around library with private trait in public trait bound
⚓ Rust 📅 2026-04-10 👤 surdeus 👁️ 2I'm using the wrapped_mono crate which has a generic struct Method that has a trait bound, but the trait is private, which prevents me from using the type generically. Is there a workaround?
Minimal reproducer:
12 posts - 3 participants
🏷️ Rust_feed