pub type SpawnFn = Arc<dyn Fn(&Path) -> Result<LspServerHandle> + Send + Sync>;
Spawn function type
pub struct SpawnFn { /* private fields */ }