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

Local AsRef trait to circumvent the orphan rule.

Implementations on Foreign Types

Implementors