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