blob: 5ae124e8aba60ba4707e96cf850d9c45b5644e75 [file] [log] [blame] [edit]
pub struct W<T>(T);
pub type Wrapper<T> = W<T>;
pub trait Trait {
type T;
}