Enum html5ever::tokenizer::SetResult [] [src]

pub enum SetResult {
    FromSet(char),
    NotFromSet(Tendril<UTF8, NonAtomic>),
}

Result from pop_except_from.

Variants

Trait Implementations

impl Eq for SetResult
[src]

impl PartialEq<SetResult> for SetResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for SetResult
[src]

Formats the value using the given formatter.