Current section

Files

Jump to
http_ex lib http_ex traceable.ex
Raw

lib/http_ex/traceable.ex

defmodule HTTPEx.Traceable do
@moduledoc false
@callback trace_attrs(struct()) :: list({String.t(), any()})
@callback summary(struct()) :: String.t()
@optional_callbacks trace_attrs: 1
end