Skip to main content

Module

Derive Macro Module 

Source
#[derive(Module)]
{
    // Attributes available to this derive:
    #[param]
    #[submodule]
    #[skip]
}
Expand description

Derive the Module<T> trait for a struct.

See the crate-level documentation for attribute usage.