How to construct DST?

⚓ Rust    📅 2026-01-25    👤 surdeus    👁️ 2      

surdeus

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: How to construct DST?

How 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

Read full topic

🏷️ Rust_feed