How to construct DST?
⚓ Rust 📅 2026-01-25 👤 surdeus 👁️ 2How to construct this struct:
struct S{
x: dyn Debug
}
It looks so difficult to construct, then what is the use case of this grammar ?
3 posts - 3 participants
🏷️ Rust_feedHow to construct this struct:
struct S{
x: dyn Debug
}
It looks so difficult to construct, then what is the use case of this grammar ?
3 posts - 3 participants
🏷️ Rust_feed