[][src]Type Definition arithmetic_eval::fns::Binary

type Binary<T> = FnWrapper<(T, T, T), fn(_: T, _: T) -> T>;

Binary function wrapper.