pub trait HasDescription {
// Provided method
fn description(&self) -> Option<&str> { ... }
}
Expand description
Tool description trait
pub trait HasDescription {
// Provided method
fn description(&self) -> Option<&str> { ... }
}
Tool description trait