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