pub type ColumnCount = GenericColumnCount<PositiveInteger>;
Expand description

A specified type for column-count values.

Aliased Type§

enum ColumnCount {
    Integer(GreaterThanOrEqualToOne<Integer>),
    Auto,
}

Variants§

§

Integer(GreaterThanOrEqualToOne<Integer>)

A positive integer.

§

Auto

The keyword auto.