pub trait ICustomError<U, C>where
U: IUnifiedError<C>,
C: Clone,{
// Required method
fn to_unified(&self) -> U;
}
pub trait ICustomError<U, C>where
U: IUnifiedError<C>,
C: Clone,{
// Required method
fn to_unified(&self) -> U;
}