Skip to main content

Module module

Module module 

Source
Expand description

Module registration.

Both framework crates and application feature crates expose a Module; the binary assembles the registry at startup. Registration surfaces grow as the framework does (navigation, permissions, settings, and event listeners arrive with their crates); the trait stays minimal until a caller needs more.

Structs§

ModuleRegistry
Ordered collection of registered modules.

Traits§

Module
A registerable unit of the application.