Enum hexyl::ByteCategory [−][src]
pub enum ByteCategory {
Null,
AsciiPrintable,
AsciiWhitespace,
AsciiOther,
NonAscii,
}Variants
Auto Trait Implementations
impl RefUnwindSafe for ByteCategoryimpl Send for ByteCategoryimpl Sync for ByteCategoryimpl Unpin for ByteCategoryimpl UnwindSafe for ByteCategory