mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-05-02 03:08:03 +08:00
4 lines
49 B
Rust
Executable File
4 lines
49 B
Rust
Executable File
fn generic<T: ?Sized>(t: &T) {
|
|
// --snip--
|
|
}
|