Macro impl_serde::impl_uint_serde[][src]

macro_rules! impl_uint_serde {
    ($name : ident, $len : expr) => { ... };
}
Expand description

Add Serde serialization support to an integer created by construct_uint!.