macro_rules! attrs_format {
    ($container:ident | $attr:ident) => { ... };
    ($container:ident | $fst:ident, $($attr:ident),+) => { ... };
}