From c1f435d909facf2d519ef294614c28ca827eeb53 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 3 Feb 2022 17:05:38 +0100 Subject: [PATCH] Refer to the gain plugin in the Params trait --- src/param/internals.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/param/internals.rs b/src/param/internals.rs index b3118d1d..2f18e161 100644 --- a/src/param/internals.rs +++ b/src/param/internals.rs @@ -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