Struct languagetool::Context [] [src]

pub struct Context {
    pub text: String,
    pub offset: i64,
    pub length: i64,
}

Fields

Trait Implementations

impl Debug for Context
[src]

Formats the value using the given formatter.