pub fn parse_kind(input: &str) -> Result<Kind>
Parse a SurrealQL type annotation (e.g., record<user>, option<string>).
record<user>
option<string>