polars_
core
0.44.2
Ternary
FnMut
Required Associated Types
Ret
Implementors
In polars_
core::
chunked_
array::
ops::
arity
polars_core
::
chunked_array
::
ops
::
arity
Trait
TernaryFnMut
Copy item path
Source
pub trait TernaryFnMut<A1, A2, A3>:
FnMut
(A1, A2, A3) -> Self::
Ret
{ type
Ret
; }
Required Associated Types
§
Source
type
Ret
Implementors
§
Source
§
impl<A1, A2, A3, R, T:
FnMut
(A1, A2, A3) -> R>
TernaryFnMut
<A1, A2, A3> for T
Source
§
type
Ret
= R