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

Implementors