Skip to main content

Params

Derive Macro Params 

Source
#[derive(Params)]
{
    // Attributes available to this derive:
    #[id]
    #[persist]
    #[nested]
}
Expand description

Derive the Params trait for your plugin’s parameters struct. See the Plugin trait.