From 91e512069396f1de616ec2b0fe0cd31a76e7f2e9 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 13 Oct 2020 13:51:58 +0200 Subject: =?UTF-8?q?BoxAlign=20and=20Flow=20aliases=20=E2=9C=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/geom/align.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/geom/align.rs') 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; + /// Where to align something along a directed axis. #[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] pub enum Align { -- cgit v1.2.3