sway_lsp::handlers::request

Function handle_inlay_hints

Source
pub async fn handle_inlay_hints(
    state: &ServerState,
    params: InlayHintParams,
) -> Result<Option<Vec<InlayHint>>>