macro_rules! settings_cb {
($title:expr, $c_bt:expr, $save_cb:expr, $($view:expr), *) => { ... };
}
Expand description
Same as the settings!
macro, but allows for a custom confirmation text to be defined as well
macro_rules! settings_cb {
($title:expr, $c_bt:expr, $save_cb:expr, $($view:expr), *) => { ... };
}
Same as the settings!
macro, but allows for a custom confirmation text to be defined as well