Macro ringl::impl_to_attribute_format[]

macro_rules! impl_to_attribute_format {
    ( $ struct_name : ty , $ ( $ field_name : ident ) , + ) => { ... };
    (
$ struct_name : ty , $ ( $ field_name : ident ) , + , ) => { ... };
}