pub type ColumnCount = GenericColumnCount<PositiveInteger>;
Expand description
A specified type for column-count
values.
Aliased Type§
enum ColumnCount {
Integer(GreaterThanOrEqualToOne<Integer>),
Auto,
}
pub type ColumnCount = GenericColumnCount<PositiveInteger>;
A specified type for column-count
values.
enum ColumnCount {
Integer(GreaterThanOrEqualToOne<Integer>),
Auto,
}