Skip to main content

fmt_component_match

Macro fmt_component_match 

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