diff options
| author | Laurenz Mädje <laurmaedje@gmail.com> | 2019-06-02 12:39:59 +0200 |
|---|---|---|
| committer | Laurenz Mädje <laurmaedje@gmail.com> | 2019-06-02 12:39:59 +0200 |
| commit | c4eb4ee36261be8832b2649cc075edee188be5c7 (patch) | |
| tree | 89be1ddd97f64cf5f8eaec62f67733a46766eb43 /src/layout/mod.rs | |
| parent | 0274e9381064fa5942aa15b24a0a092832433859 (diff) | |
Fix some documentation 🚧
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 1af3156d..edcd63a7 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -80,6 +80,7 @@ pub struct LayoutContext<'a, 'p> { pub text_style: TextStyle, } +/// A space to layout in. #[derive(Debug, Clone)] pub struct LayoutDimensions { /// Horizontal extent. |
