Struct opus_parse::Word [] [src]

pub struct Word {
    pub id: u64,
    pub word: String,
}

A word/token.

Fields

Trait Implementations

impl Debug for Word
[src]

[src]

Formats the value using the given formatter.