1
0
Fork 0

Refer to the gain plugin in the Params trait

This commit is contained in:
Robbert van der Helm 2022-02-03 17:05:38 +01:00
parent fc96bb4349
commit c1f435d909

View file

@ -36,6 +36,8 @@ pub use serde_json::to_string as serialize_field;
/// The other persistent parameters should be [PersistentField]s containing types that can be
/// serialized and deserialized with Serde.
///
/// Take a look at the example gain plugin to see how this should be used.
///
/// # Safety
///
/// This implementation is safe when using from the wrapper because the plugin object needs to be