tree view

This commit is contained in:
Jana Dönszelmann 2026-02-25 12:45:01 +01:00
parent 79639be9da
commit d8e445b5f7
No known key found for this signature in database
5 changed files with 202 additions and 96 deletions

View file

@ -142,4 +142,8 @@ impl LogStream for LogFileReaderStream {
curr: self.curr,
})
}
fn enclosing_log_entry(&self) -> Option<(Rc<LogEntry>, usize)> {
None
}
}