Skip to main content

Module in_memory

Module in_memory 

Source

Structs§

InMemoryDataLayer

Traits§

InMemoryPagedReadAction
Filter trait for paged in-memory read actions. Same filter interface as InMemoryReadAction, but applied to paged actions which additionally require Arguments: Paged.
InMemoryPerformRead
Unified execution trait that bridges the filter-based traits (InMemoryReadAction and InMemoryPagedReadAction) to the framework’s PerformRead trait.
InMemoryReadAction
Filter trait for non-paged in-memory read actions. The generated resource! macro emits an impl for each non-paged read action.