[][src]Module sledis::list

Structs

Meta

Enums

Error

Constants

META_SIZE

Traits

ListReadStore

Types that implement this trait provide a byte-slice-indexed table of arrays. ListReadStore is implemented for arbitrary ReadStores.

ListWriteStore

This trait provides deque semantics for the lists in ListReadStore.