[][src]Type Definition task_hookrs::uda::UDA

type UDA = BTreeMap<UDAName, UDAValue>;

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.)