mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +00:00
3 lines
48 B
Rust
3 lines
48 B
Rust
pub struct W<T>(T);
|
|
pub type Wrapper<T> = W<T>;
|