Should be polymorphic where `T : serde::Serialize` (or something to that effect). This allows the client to just call the function with any value.
Should be polymorphic where
T : serde::Serialize(or something to that effect). This allows the client to just call the function with any value.