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

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

Local AsRef trait to circumvent the orphan rule.

Implementations on Foreign Types

Implementors