View Source GenLSP.Structures.CancelParams (gen_lsp v0.8.1)

Link to this section Summary

Functions

Fields

  • id: The request id to cancel.

Link to this section Types

@type t() :: %GenLSP.Structures.CancelParams{id: integer() | String.t()}

Link to this section Functions

Link to this function

%GenLSP.Structures.CancelParams{}

View Source (struct)

fields

Fields

  • id: The request id to cancel.