6 lines
115 B
Rust
6 lines
115 B
Rust
|
trait Foo where {}
|
||
|
struct Bar where {}
|
||
|
struct Bax where;
|
||
|
struct Baz(String) where;
|
||
|
impl<> Foo<> for Bar<> where {}
|