polars::chunked_array::ops::arity

Trait UnaryFnMut

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

Required Associated Types§

Implementors§

Source§

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

Source§

type Ret = R