Macro resource_save
Source macro_rules! resource_save {
($fn_name:ident, $endpoint_mod:ident :: $endpoint_fn:ident, $resource_name:literal) => { ... };
}
Expand description
Generate a “save resources” command
§Example
ⓘresource_save!(show_save, save_shows_for_current_user::save_shows, "show");