pub trait HasAnnotations {
// Provided method
fn annotations(&self) -> Option<&ToolAnnotations> { ... }
}Expand description
Annotations trait
Provided Methods§
fn annotations(&self) -> Option<&ToolAnnotations>
Implementations on Foreign Types§
Source§impl HasAnnotations for DynamicTool
Implements HasAnnotations for DynamicTool providing metadata annotations
impl HasAnnotations for DynamicTool
Implements HasAnnotations for DynamicTool providing metadata annotations