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

Required Methods§

Trait Implementations§

Formats the value using the given formatter. Read more

Implementors§