4 lines
43 B
Rust
4 lines
43 B
Rust
|
trait Bar {
|
||
|
type X<'a> where Self: 'a;
|
||
|
}
|