logo
1
2
3
4
pub enum Thumb {
    Start = 0,
    End = 1,
}