pub fn from_fn_blocking<F, T, E, Args>(function: F) -> FromFn<F, T, E, Args>where FromFn<F, T, E, Args>: HandlerTypes,