#[derive(Params)] { // Attributes available to this derive: #[id] #[persist] #[nested] }
Derive the Params trait for your plugin’s parameters struct. See the Plugin trait.
Params
Plugin