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