Trait heed::iteration_method::IterationMethod
source · pub trait IterationMethod {
const MOVE_OPERATION: MoveOperation;
}
Expand description
The trait used to define the way iterators behave.
Required Associated Constants§
sourceconst MOVE_OPERATION: MoveOperation
const MOVE_OPERATION: MoveOperation
The internal operation to move the cursor through entries.
Object Safety§
This trait is not object safe.