Struct opus_parse::Word
[−]
[src]
pub struct Word {
pub id: u64,
pub word: String,
}A word/token.
Fields
id: u64
word: String