Skip to main content

ValuesReader

Type Alias ValuesReader 

Source
pub type ValuesReader<'a> = Box<dyn FnMut(Side, &[usize]) -> Result<Values> + 'a>;
Expand description

Reads the values of the given entries of a side.

Aliased Typeยง

pub struct ValuesReader<'a>(/* private fields */);