Macro infallible_uint_primitives

Source
macro_rules! infallible_uint_primitives {
    ($($ty:ty, $from_fn:ident);*) => { ... };
}