pub fn use_modules_internal()
Expand description

Demonstrates the use of modules and namespaces.

Modules can access other modules which are contained in the same parent module as them regardless of the privacy settings. However, they cannot access non-public modules which don’t have the same immediate parent.