macro_rules! impl_from_buidler_error_for_another {
    ($x:ty ,$y:ty) => { ... };
}
Expand description

Convert different BuilderErrors. Impl From<XBuilderError> for YBuilderError.