pub type LspPool = LspMultiplexer;Expand description
Backward-compatible type alias.
Aliased Type§
pub struct LspPool {
pub project_root: PathBuf,
pub workspace_roots: Vec<(Language, PathBuf)>,
/* private fields */
}Fields§
§project_root: PathBufRead-only after daemon start. Never mutated after new() is called.
workspace_roots: Vec<(Language, PathBuf)>