Type Alias taskchampion::storage::TaskMap

source ·
pub type TaskMap = HashMap<String, String>;
Expand description

An in-memory representation of a task as a simple hashmap

Aliased Type§

struct TaskMap { /* private fields */ }