Trait polars_core::datatypes::PolarsSingleType
source · pub trait PolarsSingleType: PolarsDataType { }
Expand description
Any type that is not nested
Implementors§
impl PolarsSingleType for BinaryType
Available on crate feature
dtype-binary
only.