Expand description
Traits and helpers for persistent fields. See the Params
trait for more
information.
Modules
- Can be used with the
#[serde(with = "nih_plug::params::internals::serialize_atomic_cell")]
attribute to serializeAtomicCell<T>
s.
Traits
- Handles the functionality needed for persisting a non-parameter fields in a plugin’s state. These types can be used with
Params
’#[persist = "..."]
attributes.