int_to_uint

Macro int_to_uint 

Source
macro_rules! int_to_uint {
    ($ty:ident : $visit:ident) => { ... };
    (nonzero $primitive:ident $ty:ident : $visit:ident) => { ... };
    (saturating $primitive:ident $ty:ident : $visit:ident) => { ... };
}