Also introduces private mod space where other elements can be put. This is very useful, because using this we can easily emulate names - cargo doc uses local name - so we can have multiple structs that are shown with the same name, but are completelly different.
Also introduces private
mod
space where other elements can be put. This is very useful, because using this we can easily emulate names -cargo doc
uses local name - so we can have multiple structs that are shown with the same name, but are completelly different.