Function pack

Source
pub fn pack<T, U, C>(s: T) -> PackedError<U>
where T: Serialize + ICustomError<U, C> + Clone, U: IUnifiedError<C> + Clone + Debug, C: Clone,