macro_rules! impl_bounded { ($($t:ty),*) => { ... }; }
To implement Bounded for basic types which has MIN and MAX constants.
Bounded
MIN
MAX