Deletion implemented

This commit is contained in:
2026-04-29 15:52:33 +02:00
parent 750bad7f83
commit db16bafd6c
8 changed files with 171 additions and 22 deletions

View File

@@ -1,3 +1,6 @@
/// Contains collection of errors connected with an entity (road, node, car, etc.)
pub const Entity = error {
AlreadyReferenced,
NotFound,
HasReferences,
};