nova_forms

Function on_err

Source
pub fn on_err<F, T, E>(f: F) -> impl Fn(Result<T, E>)
where F: Fn(E) + 'static,