diff options
Diffstat (limited to 'dichroism/src/models/dbid.rs')
-rw-r--r-- | dichroism/src/models/dbid.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dichroism/src/models/dbid.rs b/dichroism/src/models/dbid.rs new file mode 100644 index 0000000..80eee58 --- /dev/null +++ b/dichroism/src/models/dbid.rs @@ -0,0 +1,4 @@ +pub enum Dbid { + Stored(i32), + NotStored, +} |