Enum trellis::core::Col [] [src]

pub enum Col {
    A,
    B,
    C,
    D,
}

Variants

ABCD