Type Definition polars::prelude::Dummy

source · []
pub type Dummy<T> = Once<T>;
Expand description

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