Skip to main content

LazyLsp

Type Alias LazyLsp 

Source
pub type LazyLsp<T> = LazySubsystem<T>;
Expand description

Lazy-init wrapper for the LSP subsystem.

Aliased Typeยง

pub struct LazyLsp<T> { /* private fields */ }