pub fn serialized<T, C>(p: PackedError<T>) -> SerializedErrorwhere T: Clone + Debug + Serialize + IUnifiedError<C>, C: Clone,