pub type FileProviderFunction = PlanCallback<FileProviderArgs, FileProviderReturn>;Aliased Type§
pub enum FileProviderFunction {
Python(SpecialEq<Arc<PythonObject>>),
Rust(SpecialEq<Arc<dyn Fn(FileProviderArgs) -> Result<FileProviderReturn, PolarsError> + Send + Sync>>),
}