```rust pub fn foo(_x: impl Clone, _y: i32, _z: impl Copy) { } ``` Running rustdoc on this code generates the following documentation: 