Macro secp256k1_sys::impl_array_newtype
source · macro_rules! impl_array_newtype { ($thing:ident, $ty:ty, $len:expr) => { ... }; }
Expand description
Implement methods and traits for types that contain an inner array.
macro_rules! impl_array_newtype { ($thing:ident, $ty:ty, $len:expr) => { ... }; }
Implement methods and traits for types that contain an inner array.