View Source GenLSP.Notifications.DollarCancelRequest (gen_lsp v0.10.0)

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Notifications.DollarCancelRequest{
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.CancelParams.t() | nil
}