1 2 3 4 5 6
#[derive(Debug, Clone, Hash, PartialEq, Eq)] pub struct Token { /// Normalized token text pub token_text: String, }