Trait polars_core::chunked_array::upstream_traits::PolarsAsRef
source · pub trait PolarsAsRef<T: ?Sized>: AsRef<T> { }Expand description
Local AsRef<T> trait to circumvent the orphan rule.
pub trait PolarsAsRef<T: ?Sized>: AsRef<T> { }Local AsRef<T> trait to circumvent the orphan rule.