pub type Loader<'a> = Box<dyn FnMut(Side) -> Result<Dataset> + 'a>;
Computes a side’s statistics the first time it is shown.
pub struct Loader<'a>(/* private fields */);