Enum hexstring::Case [−][src]
pub enum Case {
Lower,
Upper,
}Expand description
Indicates the case of the hexadecimal string.
Variants
Indicates a lowercase hexadecimal string.
Indicates a uppercase hexadecimal string.
pub enum Case {
Lower,
Upper,
}Indicates the case of the hexadecimal string.
Indicates a lowercase hexadecimal string.
Indicates a uppercase hexadecimal string.