itertools
0.14.0
FuncLR
Required Associated Types
T
Implementors
In itertools::
merge_
join
itertools
::
merge_join
Trait
FuncLR
Copy item path
Source
pub trait FuncLR<L, R> { type
T
; }
Required Associated Types
§
Source
type
T
Implementors
§
Source
§
impl<L, R, T, F:
FnMut
(
&L
,
&R
) -> T>
FuncLR
<L, R> for F
Source
§
type
T
= T