pub trait MapSubmit<T, U>: Fn(FormDiff<T>) -> U { }

Implementors§

source§

impl<T, U, F> MapSubmit<T, U> for Fwhere F: Fn(FormDiff<T>) -> U,