View Source RefInspector.Result (RefInspector v2.0.0)

Result struct.

Link to this section Summary

Link to this section Types

@type t() :: %RefInspector.Result{
  medium: String.t() | :internal | :unknown,
  referer: String.t() | nil,
  source: String.t() | :unknown,
  term: String.t() | :none
}