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