macro_rules! impl_uint_codec {
($name: ident, $len: expr) => { ... };
}
Expand description
Add Susy Codec serialization support to an integer created by construct_uint!
.
macro_rules! impl_uint_codec {
($name: ident, $len: expr) => { ... };
}
Add Susy Codec serialization support to an integer created by construct_uint!
.