9 lines
88 B
Rust
9 lines
88 B
Rust
use ref_cast::RefCast;
|
|
|
|
#[derive(RefCast)]
|
|
struct Test {
|
|
s: String,
|
|
}
|
|
|
|
fn main() {}
|