Created
September 22, 2018 20:09
-
-
Save ayrat555/bac1179951b20db6124b6d075d0f6b65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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