Macro impl_try_from_both_bounded

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