Module burn::data::dataloader::batcher
Expand description
Module for batching items.
Traitsยง
- A trait for batching items of type
I
into items of typeO
. - A super trait for batcher that allows it to be cloned dynamically.