Trait polars_core::frame::select::AsRefPolars[][src]

pub trait AsRefPolars<T: ?Sized> {
    fn as_ref_p(&self) -> &T;
}
Expand description

Similar to AsRef Needed to go from Arc to &str

Required methods

Performs the conversion.

Implementations on Foreign Types

Implementors