polars_core
0.40.0
UnaryFnMut
Required Associated Types
Ret
Implementors
In polars_core::chunked_array::ops::arity
Trait
polars_core
::
chunked_array
::
ops
::
arity
::
UnaryFnMut
Copy item path
source
·
[
−
]
pub trait UnaryFnMut<A1>:
FnMut
(A1) -> Self::
Ret
{ type
Ret
; }
Required Associated Types
§
source
type
Ret
Implementors
§
source
§
impl<A1, R, T:
FnMut
(A1) -> R>
UnaryFnMut
<A1> for T
§
type
Ret
= R