pub trait SerializableGt: 'static + Copy + Clone + Serialize + DeserializeOwned + PartialEq + Eq { }

Implementors