Module traits

Module traits 

Source
Expand description

Additional traits and interfaces for working with datasets and data loaders.

Traitsยง

AsDataset
The AsDataset trait defines the conversion from some reference into a dataset.
IntoDataset
Thge IntoDataset trait defines a method for consuming the caller to convert it into a dataset.
Records
This trait generically defines the basic type of dataset that can be used throughout the framework.