[][src]Type Definition automate::events::UserUpdateSelfMut

type UserUpdateSelfMut<T> = fn'a(_: &'a mut T, _: &'a Context<'_>, _: &'a UserUpdateDispatch) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'a>>;