I know that in rust, I can define a type alias ("just another name") by
type n = i32;
and that I can create a new struct w