Search
The LSP data structure.
@type t() :: %GenLSP.LSP{ assigns: map(), buffer: (atom() | pid()) | nil, mod: atom(), pid: pid() | nil }
@spec assign(t(), Keyword.t()) :: t()