/// Size unit enum, containing only some of the options from
/// [`Constraint`](crate::geometry::Unit)
///
/// [`Unit`] is currently used for the [`Grid`](crate::widgets::Grid) widget,
/// since it doesn't support some of the
/// [`Constraint`](crate::geometry::Constraint) options. This might be changed
/// in the future.