Macro coins_core::impl_script_conversion[][src]

macro_rules! impl_script_conversion {
    ($t1 : ty, $t2 : ty) => { ... };
}
Expand description

Implement conversion between script types by passing via as_ref().into()