Enum html5ever::tokenizer::TokenSinkResult [] [src]

#[must_use]
pub enum TokenSinkResult<Handle> { Continue, Script(Handle), Plaintext, RawData(RawKind), }

Variants

Trait Implementations

impl<Handle: Debug> Debug for TokenSinkResult<Handle>
[src]

Formats the value using the given formatter.

impl<Handle: PartialEq> PartialEq for TokenSinkResult<Handle>
[src]

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

This method tests for !=.