impl_int_wrapper

Macro impl_int_wrapper 

Source
macro_rules! impl_int_wrapper {
    ($name:ident, $inner:ty, $default:expr) => { ... };
}