pub type DataTypeSampler = Box<dyn Sample<Output = DataType> + Send + Sync>;

Aliased Type§

struct DataTypeSampler(/* private fields */);