polars_
core
0.44.2
Unary
FnMut
Required Associated Types
Ret
Implementors
In polars_
core::
chunked_
array::
ops::
arity
polars_core
::
chunked_array
::
ops
::
arity
Trait
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
Source
§
type
Ret
= R