polars_
core
0.44.2
Binary
FnMut
Required Associated Types
Ret
Implementors
In polars_
core::
chunked_
array::
ops::
arity
polars_core
::
chunked_array
::
ops
::
arity
Trait
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:
FnMut
(A1, A2) -> R>
BinaryFnMut
<A1, A2> for T
Source
§
type
Ret
= R