Macro impl_try_from_unbounded

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