Enum statistical::Degree [] [src]

pub enum Degree {
    One,
    Two,
    Three,
    Four,
}

Variants

One
Two
Three
Four