☰
PolarsSingleType
Implementors
In polars::prelude::datatypes
?
Trait
polars
::
prelude
::
datatypes
::
PolarsSingleType
source
·
[
−
]
pub trait PolarsSingleType:
PolarsDataType
{ }
Expand description
Any type that is not nested
Implementors
source
impl
PolarsSingleType
for
Utf8Type
source
impl<T>
PolarsSingleType
for T
where
T:
NativeType
+
PolarsDataType
,