3 lines
48 B
Rust
3 lines
48 B
Rust
pub struct W<T>(T);
|
|
pub type Wrapper<T> = W<T>;
|
pub struct W<T>(T);
|
|
pub type Wrapper<T> = W<T>;
|