6 lines
79 B
Rust
6 lines
79 B
Rust
|
trait Foo {}
|
||
|
struct Bar {}
|
||
|
struct Bax;
|
||
|
struct Baz(String);
|
||
|
impl Foo for Bar {}
|