View Source FDB.RangeResult (fdb v6.3.23-0)

Link to this section Summary

Link to this section Types

Specs

t() :: %FDB.RangeResult{
  has_more: boolean(),
  key_values: [{any(), any()}],
  next: (FDB.Transaction.t() -> t())
}