Trait polars::chunked_array::ops::arity::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,

§

type Ret = R