Macro dioxus_tailwindcss::special_ending
source · macro_rules! special_ending { ( $last_i:ident $last_v:ident ) => { ... }; ( $first:ident $( $extra:ident )+ ) => { ... }; ( $( $part:ident )+ $last_i:literal $last_v:literal ) => { ... }; }