Macro impl_try_from_lower_bounded

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