Trait gluon_language_server::rpc::LanguageServerNotification[][src]

pub trait LanguageServerNotification<P>: Send + Sync + 'static {
    fn execute(&self, param: P);
}

Required Methods

Implementors