Skip to main content

BatchResult

Type Alias BatchResult 

Source
pub(crate) type BatchResult<'a> = SmallVec<[Result<Handle<'a>>; 1]>;
Expand description

Stores the handles returned by a batched point query.

Small result batches remain inline up to the same budget as their queries. Larger batches spill to the heap.

Aliased Typeยง

pub(crate) struct BatchResult<'a> { /* private fields */ }