pub fn import_tasks<BR: BufRead>(r: BR) -> Vec<Result<Task, Error>>
Reads line by line and tries to parse a task-object per line.