Struct indent_tokenizer::Token [] [src]

pub struct Token {
    pub lines: Vec<String>,
    pub tokens: Vec<Token>,
}

Fields

Methods

impl Token
[src]

Trait Implementations

impl Debug for Token
[src]

Formats the value using the given formatter.

impl PartialEq for Token
[src]

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

This method tests for !=.