Skip to main content

WorkerResults

Type Alias WorkerResults 

Source
pub type WorkerResults<'a, T> = Vec<(Vec<Text<'a>>, &'a T)>;
Expand description

A vec of ItemResult, each ItemResult being the Column Texts of the Item, and Item

Aliased Typeยง

pub struct WorkerResults<'a, T> { /* private fields */ }