pub trait AsRefPolars<T: ?Sized> { fn as_ref_p(&self) -> &T; }
Similar to AsRef Needed to go from Arc to &str
Performs the conversion.