macro_rules! update { ($struct_name: ident, $struct_field: ident) => { ... }; }
Macro to automatically make update and async_update for a given state field
update
async_update