View Source GenLSP.Notifications.DollarLogTrace (gen_lsp v0.8.1)

Link to this section Summary

Link to this section Types

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