View Source Snap.Suggest (Snap v0.10.6)

Represents an individual suggest dictionary from a Search API response.

Summary

Types

@type t() :: %Snap.Suggest{
  length: non_neg_integer(),
  offset: non_neg_integer(),
  options: [Snap.Suggest.Option.t()],
  text: String.t()
}

Functions