View Source FDB.RangeResult (fdb v7.1.5-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())
}
t() :: %FDB.RangeResult{
has_more: boolean(),
key_values: [{any(), any()}],
next: (FDB.Transaction.t() -> t())
}