pub enum Task {
Table,
Id,
IsDone,
}Expand description
Representation of a database table named Task.
A Enum implemented Iden used in rustdoc and test to demonstrate the library usage.
pub enum Task {
Table,
Id,
IsDone,
}Representation of a database table named Task.
A Enum implemented Iden used in rustdoc and test to demonstrate the library usage.