Source code

Revision control

Copy as Markdown

Other Tools

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