Macro bounded_integer::bounded_integer_into_repr_impl [] [src]

macro_rules! bounded_integer_into_repr_impl {
    ($ty:ty) => { ... };
}

Implements Into<Self::Repr> for a BoundedInteger.