6 lines
34 B
Rust
6 lines
34 B
Rust
|
fn Foo<T>()
|
||
|
where
|
||
|
T: Bar,
|
||
|
{
|
||
|
}
|