1
2
3
pub trait GenType {
    type Type<T>;
}