[][src]Macro ckb_error::impl_error_conversion_with_adaptor

macro_rules! impl_error_conversion_with_adaptor {
    ($source:ty, $adaptor:ty, $target:ty) => { ... };
}

TODO(doc): @keroro520