Trait language2::LspAdapterDelegate
source · pub trait LspAdapterDelegate: Send + Sync {
// Required methods
fn show_notification(&self, message: &str, cx: &mut AppContext);
fn http_client(&self) -> Arc<dyn HttpClient>;
}