Skip to main content

McpNotificationStream

Type Alias McpNotificationStream 

Source
pub type McpNotificationStream = Pin<Box<dyn Stream<Item = Result<McpNotification, ToolError>> + Send>>;

Aliased Typeยง

pub struct McpNotificationStream { /* private fields */ }