pub type Dataset = Vec<Item>;
A collection of items represented as a Vec<Item>.
Vec<Item>
pub struct Dataset { /* private fields */ }