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

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

Unary function wrapper.