macro_rules! impl_array_newtype {
($thing:ident, $ty:ty, $len:expr) => { ... };
}
Expand description
Borrowed from Andrew Poelstra’s rust-bitcoin
macro_rules! impl_array_newtype {
($thing:ident, $ty:ty, $len:expr) => { ... };
}
Borrowed from Andrew Poelstra’s rust-bitcoin