Source code

Revision control

Copy as Markdown

Other Tools

#[derive(derive_more::From)]
pub union Foo {
bar: i32,
}
fn main() {}