Enum html5ever::tokenizer::TokenSinkResult
[−]
[src]
#[must_use]pub enum TokenSinkResult<Handle> { Continue, Script(Handle), Plaintext, RawData(RawKind), }
Variants
ContinueScript(Handle)PlaintextRawData(RawKind)
Trait Implementations
impl<Handle: Debug> Debug for TokenSinkResult<Handle>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<Handle: PartialEq> PartialEq for TokenSinkResult<Handle>[src]
fn eq(&self, __arg_0: &TokenSinkResult<Handle>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TokenSinkResult<Handle>) -> bool[src]
This method tests for !=.