mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
doc
This commit is contained in:
parent
f2f278e9c0
commit
e43ed300ed
1 changed files with 2 additions and 0 deletions
|
|
@ -42,10 +42,12 @@ pub fn visibility_blocking<T: Component>(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
///
|
||||||
pub trait DrawableComponent {
|
pub trait DrawableComponent {
|
||||||
///
|
///
|
||||||
fn draw<B: Backend>(&self, f: &mut Frame<B>, rect: Rect);
|
fn draw<B: Backend>(&self, f: &mut Frame<B>, rect: Rect);
|
||||||
}
|
}
|
||||||
|
|
||||||
///
|
///
|
||||||
pub trait Component {
|
pub trait Component {
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue