Module reth_trie::forward_cursor

source ·
Expand description

The implementation of forward-only in-memory cursor.

Structs§

  • The implementation of forward-only in memory cursor over the entries. The cursor operates under the assumption that the supplied collection is pre-sorted.