impl_bounded

Macro impl_bounded 

Source
macro_rules! impl_bounded {
    ($($t:ty),*) => { ... };
}
Expand description

To implement Bounded for basic types which has MIN and MAX constants.