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