pub type ToolLifecycleFuture<'a> = Pin<Box<dyn Future<Output = ()> + Send + 'a>>;
Future returned by one tool-lifecycle callback.
pub struct ToolLifecycleFuture<'a> { /* private fields */ }