7 lines
87 B
Rust
7 lines
87 B
Rust
fn foo()
|
|
where
|
|
'a: 'b + 'c,
|
|
T: Clone + Copy + 'static,
|
|
Iterator::Item: 'a,
|
|
{}
|