macro_rules! impl_styled_value_fmt {
    ($($fmt_trait:path),*) => { ... };
}