Macro to_string_try_impl

Source
macro_rules! to_string_try_impl {
    ($st:ty,$t:ty) => { ... };
}