Macro impl_try_from_lower_bounded

Source
macro_rules! impl_try_from_lower_bounded {
    ($source:ty => $($target:ty),+) => { ... };
}