Trait itertools::merge_join::FuncLR

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

§

type T = T