Macro to_string_impl

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