pub trait PolarsAsRef<T>: AsRef<T> where
    T: ?Sized
{ }
Expand description

Local AsRef trait to circumvent the orphan rule.

Implementations on Foreign Types

Implementors