pub type CallbackClosureWithoutResult<T> = dyn FnMut(T);
Callback Closure that yields no std::result::Result
std::result::Result