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

Add num-traits support to an integer created by construct_uint!.