pub type SetToolJsxFn = Arc<dyn Fn(Option<SetToolJsxArgs>) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + Sync>;Expand description
Callback to update tool JSX/UI rendering state. In Rust this is a generic boxed async callback.
Aliased Typeยง
pub struct SetToolJsxFn { /* private fields */ }