mirror of
https://git.proxmox.com/git/rustc
synced 2025-11-06 08:26:47 +00:00
3 lines
48 B
Rust
3 lines
48 B
Rust
pub struct W<T>(T);
|
|
pub type Wrapper<T> = W<T>;
|