summaryrefslogtreecommitdiff
path: root/src/geom/align.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/geom/align.rs')
-rw-r--r--src/geom/align.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/geom/align.rs b/src/geom/align.rs
index 422624d8..7c4d965f 100644
--- a/src/geom/align.rs
+++ b/src/geom/align.rs
@@ -1,5 +1,8 @@
use super::*;
+/// The alignment of a box in a container.
+pub type BoxAlign = Gen<Align>;
+
/// Where to align something along a directed axis.
#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd)]
pub enum Align {