17 Tauri commands repeated `Uuid::parse_str(&s).map_err(|e| e.to_string())` for each UUID argument. Collapse the pattern into a `parse_uuid` helper so callers read as `let id = parse_uuid(&list_id)?;`. |
||
|---|---|---|
| .. | ||
| lib.rs | ||
| main.rs | ||
17 Tauri commands repeated `Uuid::parse_str(&s).map_err(|e| e.to_string())` for each UUID argument. Collapse the pattern into a `parse_uuid` helper so callers read as `let id = parse_uuid(&list_id)?;`. |
||
|---|---|---|
| .. | ||
| lib.rs | ||
| main.rs | ||