The Type Definitions section of the Manual would benefit from some code examples, especially those that clarify how traits and impls interact with the new name.
I find the term "type definition" confusing because this section seems to be describing what I think of as "type aliases". Aren't enum and struct also examples of "type definitions"? If so, is it worth changing this terminology?
The Type Definitions section of the Manual would benefit from some code examples, especially those that clarify how traits and impls interact with the new name.
I find the term "type definition" confusing because this section seems to be describing what I think of as "type aliases". Aren't
enumandstructalso examples of "type definitions"? If so, is it worth changing this terminology?