pub trait SerializableAny:
'static
+ Any
+ Clone
+ Serialize
+ for<'a> Deserialize<'a>
+ Send
+ Sync { }Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<T> SerializableAny for T
Available on crate feature
persistence only.