fix some iteration bugs
This commit is contained in:
parent
de51666742
commit
8eab2502c7
8 changed files with 143 additions and 89 deletions
|
|
@ -4,7 +4,7 @@ use ratatui::widgets::{Paragraph, Widget};
|
|||
|
||||
use crate::tui::widgets::styled::Styled;
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct LastError {
|
||||
inner: Rc<RefCell<Option<(String, Instant)>>>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue