#[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.
#[derive(Module)]
{
// Attributes available to this derive:
#[param]
#[submodule]
#[skip]
}
Derive the Module<T> trait for a struct.
See the crate-level documentation for attribute usage.