pub trait HasAnnotations {
// Provided method
fn annotations(&self) -> Option<&ToolAnnotations> { ... }
}
Expand description
Annotations trait
pub trait HasAnnotations {
// Provided method
fn annotations(&self) -> Option<&ToolAnnotations> { ... }
}
Annotations trait