pub type UDA = BTreeMap<UDAName, UDAValue>;
Expand description
The UDA Type is just a BTreeMap<UDAName, UDAValue> in which all fields of a task are saved, which are not part of the taskwarrior standard. (This makes them user defined attributes.)
Aliased Typeยง
pub struct UDA { /* private fields */ }