| 17 | |
| 18 | #[derive(Debug, Default)] |
| 19 | pub struct DocumentationLayout { |
| 20 | pub list: Rect, |
| 21 | pub document: Rect, |
| 22 | pub copy_button: Rect, |
| 23 | } |
| 24 | |
| 25 | impl DocumentationLayout { |
| 26 | pub fn new(width: u16, height: u16, app: &App) -> DocumentationLayout { |
nothing calls this directly
no outgoing calls
no test coverage detected