Skip to main content

BatchVal

Type Alias BatchVal 

Source
pub type BatchVal<'a, Tr> = <BatchCursor<Tr> as Cursor>::Val<'a>;
Expand description

The borrowed val type of a trace’s batch cursor.