pub type TFuncInplace<S> = dyn Fn(Element, S) -> TResult;
Expand description

Signature of an in-place transformation function