Enum html5tokenizer::SetResult [−][src]
Expand description
Result from pop_except_from containing either a character from a SmallCharSet, or a
string buffer of characters not from the set.
Variants
FromSet(char)A character from the SmallCharSet.
Tuple Fields of FromSet
0: charNotFromSet(String)A string buffer containing no characters from the SmallCharSet.
Tuple Fields of NotFromSet
0: String