Dataset

Type Alias Dataset 

Source
pub type Dataset = Vec<Item>;
Expand description

A collection of items represented as a Vec<Item>.

Aliased Typeยง

pub struct Dataset { /* private fields */ }