Macro try_into

Source
macro_rules! try_into {
    ($expr:expr, $target_type:ty) => { ... };
}