Trait polars::chunked_array::upstream_traits::PolarsAsRef[][src]

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

Local AsRef trait to circumvent the orphan rule.

Implementations on Foreign Types

Implementors