more task functionality
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/// The status of a task, as defined by the task data model.
|
||||
#[derive(Debug, PartialEq, Clone, strum_macros::Display)]
|
||||
#[repr(C)]
|
||||
pub enum Status {
|
||||
Pending,
|
||||
Completed,
|
||||
|
||||
Reference in New Issue
Block a user