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