Skip to content

Instantly share code, notes, and snippets.

@ayrat555
Created September 22, 2018 20:09
Show Gist options
  • Save ayrat555/bac1179951b20db6124b6d075d0f6b65 to your computer and use it in GitHub Desktop.
Save ayrat555/bac1179951b20db6124b6d075d0f6b65 to your computer and use it in GitHub Desktop.
pub enum TimeItem {
AllValues,
SingleValue(u8),
MultipleValues(Vec<u8>),
Interval((u8, u8)),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment