macro_rules! get_int {
($setting_name:expr, $settings:expr, $err_name:ident $err_block:block) => { ... };
}
Expand description
Returns the value as an int or runs a block of code with err
containing the error
macro_rules! get_int {
($setting_name:expr, $settings:expr, $err_name:ident $err_block:block) => { ... };
}
Returns the value as an int or runs a block of code with err
containing the error