macro_rules! fmt_component_match {
($self:expr, $output:ident, $value:ident, $state:ident, $($extra:tt)*) => { ... };
}Available on crate feature
formatting only.macro_rules! fmt_component_match {
($self:expr, $output:ident, $value:ident, $state:ident, $($extra:tt)*) => { ... };
}formatting only.