mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
3 lines
48 B
Rust
3 lines
48 B
Rust
![]() |
pub struct W<T>(T);
|
||
|
pub type Wrapper<T> = W<T>;
|