pub trait RenameAliasFn: Send + Sync {
    fn call(&self, name: &str) -> PolarsResult<String>;
}

Required Methods§

Trait Implementations§

Formats the value using the given formatter. Read more

Implementors§