zksync_error

Trait ICustomError

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

Required Methods§

Source

fn to_unified(&self) -> U

Implementors§