macro_rules! impl_from_buidler_error_for_another { ($x:ty ,$y:ty) => { ... }; }
Expand description
Convert different BuilderError
s.
Impl From<XBuilderError>
for YBuilderError
.
macro_rules! impl_from_buidler_error_for_another { ($x:ty ,$y:ty) => { ... }; }
Convert different BuilderError
s.
Impl From<XBuilderError>
for YBuilderError
.