Function serialized_ref

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