pub trait SerializableAny: 'static + Any + Clone + Serialize + for<'a> Deserialize<'a> + Send + Sync { }

Implementors§