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]

[src]

Formats the value using the given formatter. Read more

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

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl<Handle> Send for TokenSinkResult<Handle> where
    Handle: Send

impl<Handle> Sync for TokenSinkResult<Handle> where
    Handle: Sync