Trait polars_core::chunked_array::ops::arity::BinaryFnMut
source · pub trait BinaryFnMut<A1, A2>: FnMut(A1, A2) -> Self::Ret {
type Ret;
}
pub trait BinaryFnMut<A1, A2>: FnMut(A1, A2) -> Self::Ret {
type Ret;
}