macro_rules! impl_array_newtype_encodable {
    ($thing:ident, $ty:ty, $len:expr) => { ... };
}
Expand description

gives a newtype array wrapper serialization and deserialization methods