Home
last modified time | relevance | path

Searched defs:send_notification (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
Dsupport.rs292 fn send_notification(&self, not: Notification) { in send_notification() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dglobal_state.rs371 pub(crate) fn send_notification<N: lsp_types::notification::Notification>( in send_notification() method