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