pub type SemanticTokens = Arc<Vec<SemanticToken>>;
A shared semantic tokens object.
pub struct SemanticTokens { /* private fields */ }