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