Expand description
Code generation for the #[rorpc::namespace("/prefix")] attribute macro.
Registers a namespace prefix for a module. All handlers within the module will have their paths prefixed with this namespace at runtime (during router construction and contract generation).
Structs§
- Namespace
Args - Parsed arguments for the
#[rorpc::namespace("/prefix")]attribute.
Functions§
- expand_
namespace - Expand the
#[rorpc::namespace("/prefix")]attribute.