pub type PostModelHook = Arc<dyn Fn(&mut MessageState) -> Pin<Box<dyn Future<Output = Result<(), SynapticError>> + Send + '_>> + Send + Sync>;Expand description
A hook called after each model invocation. Can modify the state.
Aliased Typeยง
pub struct PostModelHook { /* private fields */ }