Type Alias polars::prelude::FieldsNameMapper

source ·
pub type FieldsNameMapper = Arc<dyn Fn(&str) -> SmartString<LazyCompact> + Sync + Send>;
Available on crate features lazy and dtype-struct only.

Aliased Type§

struct FieldsNameMapper { /* private fields */ }