#[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.
#[derive(Params)]
{
// Attributes available to this derive:
#[id]
#[persist]
#[nested]
}
Derive the Params trait for your plugin’s parameters struct. See the Plugin trait.