2 lines
48 B
Rust
2 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>;
|