tree view
This commit is contained in:
parent
79639be9da
commit
d8e445b5f7
5 changed files with 202 additions and 96 deletions
|
|
@ -142,4 +142,8 @@ impl LogStream for LogFileReaderStream {
|
|||
curr: self.curr,
|
||||
})
|
||||
}
|
||||
|
||||
fn enclosing_log_entry(&self) -> Option<(Rc<LogEntry>, usize)> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue