Files
2026-08-01 16:11:49 +03:00

9 lines
88 B
Rust

use ref_cast::RefCast;
#[derive(RefCast)]
struct Test {
s: String,
}
fn main() {}