Type Alias arithmetic_eval::fns::Binary

source ·
pub type Binary<T> = FnWrapper<(T, T, T), fn(_: T, _: T) -> T>;
Expand description

Binary function wrapper.

Aliased Type§

struct Binary<T> { /* private fields */ }