nova_forms

Function on_ok

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