pub trait TypstInlayHints { // Required method fn calculate_inlay_hints(&self, doc: &str) -> Vec<InlayHint>; }