3 lines
48 B
Rust
Raw Normal View History

2023-02-17 16:19:13 +00:00
pub struct W<T>(T);
pub type Wrapper<T> = W<T>;