Module taskforge::list

source ·
Expand description

Definition of the Error type and List trait used to store and retrieve tasks

Re-exports

pub use self::sqlite::SQLiteList;

Modules

Implement a local SQLite based List implementation

Enums

Error is returned by Lists who convert specific errors into relevant Human readable errors using this type.

Traits

List is implemented by any struct that can maintain tasks