polars_
arrow
0.46.0
Sendable
Iterator
Implementors
In polars_
arrow::
io::
ipc::
read
polars_arrow
::
io
::
ipc
::
read
Trait
SendableIterator
Copy item path
Source
pub trait SendableIterator:
Send
+
Iterator
{ }
Implementors
§
Source
§
impl<T:
Iterator
+
Send
>
SendableIterator
for T