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

pub trait AsRefPolars<T> where
    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