Polars Rust Napi borrower checker
When creating a Polars Rust Napi function, I am running into a borrower checker error:
returns a value referencing data owned by the current function
Any help would be appreciated. Thx
When creating a Polars Rust Napi function, I am running into a borrower checker error:
returns a value referencing data owned by the current function
Any help would be appreciated. Thx