pub trait OnSuccess<I, T, IV>: Fn(T, Action<I, Result<T, ServerFnError>>) -> IV + 'staticwhere I: 'static, T: Clone + 'static, IV: IntoView + 'static,{ }