macro_rules! boxed_ui {
($args:expr $(, $child:expr)* $(,)?) => { ... };
}Expand description
A macro for simplifying Boxed component declarations.
macro_rules! boxed_ui {
($args:expr $(, $child:expr)* $(,)?) => { ... };
}A macro for simplifying Boxed component declarations.