Type Alias ArrToStructNameGenerator

Source
pub type ArrToStructNameGenerator = Arc<dyn Fn(usize) -> Result<PlSmallStr, PolarsError> + Send + Sync>;

Aliased Typeยง

pub struct ArrToStructNameGenerator { /* private fields */ }