6 lines
54 B
Rust
6 lines
54 B
Rust
|
pub struct Foo;
|
||
|
|
||
|
pub trait Bar{}
|
||
|
|
||
|
impl Bar for Foo {}
|