polars::chunked_array::ops::arity

Trait BinaryFnMut

Source
pub trait BinaryFnMut<A1, A2>: FnMut(A1, A2) -> Self::Ret {
    type Ret;
}

Required Associated Types§

Implementors§

Source§

impl<A1, A2, R, T> BinaryFnMut<A1, A2> for T
where T: FnMut(A1, A2) -> R,

Source§

type Ret = R