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