1 2 3 4 5 6 7 8 9
use uint::construct_uint; construct_uint! { pub struct U256(4); } construct_uint! { pub struct U192(3); }