Refer to the gain plugin in the Params trait
This commit is contained in:
parent
fc96bb4349
commit
c1f435d909
1 changed files with 2 additions and 0 deletions
|
@ -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
|
/// The other persistent parameters should be [PersistentField]s containing types that can be
|
||||||
/// serialized and deserialized with Serde.
|
/// serialized and deserialized with Serde.
|
||||||
///
|
///
|
||||||
|
/// Take a look at the example gain plugin to see how this should be used.
|
||||||
|
///
|
||||||
/// # Safety
|
/// # Safety
|
||||||
///
|
///
|
||||||
/// This implementation is safe when using from the wrapper because the plugin object needs to be
|
/// This implementation is safe when using from the wrapper because the plugin object needs to be
|
||||||
|
|
Loading…
Add table
Reference in a new issue