Skip to content

Commit e43ed30

Browse files
author
Stephan Dilly
committed
doc
1 parent f2f278e commit e43ed30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ pub fn visibility_blocking<T: Component>(
4242
}
4343
}
4444

45+
///
4546
pub trait DrawableComponent {
4647
///
4748
fn draw<B: Backend>(&self, f: &mut Frame<B>, rect: Rect);
4849
}
50+
4951
///
5052
pub trait Component {
5153
///

0 commit comments

Comments
 (0)