Struct rs_es::operations::analyze::AnalyzeResult [] [src]

pub struct AnalyzeResult {
    pub tokens: Vec<Token>,
}

The result of an analyze operation

Fields

Trait Implementations

impl Debug for AnalyzeResult
[src]

Formats the value using the given formatter.