polars_core::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: FnMut(A1) -> R> UnaryFnMut<A1> for T

Source§

type Ret = R