TypstInlayHints

Trait TypstInlayHints 

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

Required Methods§

Implementors§