Type Definition polars::chunked_array::ops::Dummy[][src]

pub type Dummy<T> = Once<T>;
Expand description

Dummy type, we need to instantiate all generic types, so we fill one with a dummy.