Type Alias style::values::computed::column::ColumnCount

source ·
pub type ColumnCount = GenericColumnCount<PositiveInteger>;
Expand description

A computed type for column-count values.

Aliased Type§

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

Variants§

§

Integer(GreaterThanOrEqualToOne<i32>)

A positive integer.

§

Auto

The keyword auto.