Re-exports§
Modules§
- Components used to ‘build’ the
crate::Router. This module mostly contains components that will primarily be used byqubit_macros, directly using them probably isn’t a great idea.
Attribute Macros§
- See [
qubit::builder::handler] for more information.
Derive Macros§
- Derive [
qubit::ExportType] implementation for the attached struct. Will check to see if the struct has been added before, and if not it will add it’s own inline definition, and recurse to add the types of any nested types.