Enum tree_sitter::LogType[][src]

pub enum LogType {
    Parse,
    Lex,
}

Variants

Trait Implementations

impl Debug for LogType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LogType
[src]

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

This method tests for !=.

impl Eq for LogType
[src]

Auto Trait Implementations

impl Send for LogType

impl Sync for LogType