Type Alias ColumnCount

Source
pub type ColumnCount = GenericColumnCount<PositiveInteger>;
Expand description

A computed type for column-count values.

Aliased Type§

#[repr(u8)]
pub enum ColumnCount { Integer(GreaterThanOrEqualToOne<i32>), Auto, }

Variants§

§

Integer(GreaterThanOrEqualToOne<i32>)

A positive integer.

§

Auto

The keyword auto.