[][src]Macro impl_rlp::impl_uint_rlp

macro_rules! impl_uint_rlp {
    ($name: ident, $size: expr) => { ... };
}

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