Structs§
Traits§
- Controller
Base Path - Metadata implemented by the
#[controller("/path")]attribute macro. It defines the base path where all routes within the controller will live. - Controller
Definition - A
ControllerDefinitionprovides the structure for NestForge to build an Axum router. - Module
Definition ModuleDefinitionis the contract for defining a NestForge module.