macro_rules! tabs {
($($title:expr => $view:expr), *) => { ... };
}
Expand description
Convenience macro to generate a TabDialog
view
macro_rules! tabs {
($($title:expr => $view:expr), *) => { ... };
}
Convenience macro to generate a TabDialog
view