macro_rules! state_local_availability_is {
($e: expr, $a: expr) => { ... };
}Expand description
Wrapper for enclosing the arguments of local_availability_is so that only the state needs
to be given.
macro_rules! state_local_availability_is {
($e: expr, $a: expr) => { ... };
}Wrapper for enclosing the arguments of local_availability_is so that only the state needs
to be given.