pub trait PolarsAsRef<T>: AsRef<T> where T: ?Sized, { }
Local AsRef trait to circumvent the orphan rule.