Macro impl_to_string

Source
macro_rules! impl_to_string {
    ($($signed:ident, $unsigned:ident,)*) => { ... };
}