From ae212962a3e1dbf3fb597c1cc9c871ad2fd57188 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 28 Feb 2022 22:16:46 +0100 Subject: [PATCH] Add a todo for nested params objects --- src/param/internals.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/param/internals.rs b/src/param/internals.rs index 9a13ceb2..0d144444 100644 --- a/src/param/internals.rs +++ b/src/param/internals.rs @@ -26,6 +26,8 @@ pub use serde_json::to_string as serialize_field; /// /// This implementation is safe when using from the wrapper because the plugin object needs to be /// pinned, and it can never outlive the wrapper. +// +// TODO: Add a `#[nested]` attribute for nested params objects pub trait Params { /// Create a mapping from unique parameter IDs to parameters. This is done for every parameter /// field marked with `#[id = "stable_name"]`. Dereferencing the pointers stored in the values