pub type DataTypeSampler = Box<dyn Sample<Output = DataType> + Send + Sync>;
struct DataTypeSampler(/* private fields */);