pub type OperationFuture<'a> = Pin<Box<dyn Future<Output = PluginResult<CallToolResult>> + Send + 'a>>;Aliased Typeยง
pub struct OperationFuture<'a> { /* private fields */ }pub type OperationFuture<'a> = Pin<Box<dyn Future<Output = PluginResult<CallToolResult>> + Send + 'a>>;pub struct OperationFuture<'a> { /* private fields */ }