pub type ArrToStructNameGenerator = Arc<dyn Fn(usize) -> Result<PlSmallStr, PolarsError> + Send + Sync>;
Aliased Typeยง
pub struct ArrToStructNameGenerator { /* private fields */ }
pub type ArrToStructNameGenerator = Arc<dyn Fn(usize) -> Result<PlSmallStr, PolarsError> + Send + Sync>;
pub struct ArrToStructNameGenerator { /* private fields */ }