Skip to main content

OperationFuture

Type Alias OperationFuture 

Source
pub type OperationFuture<'a> = Pin<Box<dyn Future<Output = PluginResult<CallToolResult>> + Send + 'a>>;

Aliased Typeยง

pub struct OperationFuture<'a> { /* private fields */ }