TextTool

Trait TextTool 

Source
pub trait TextTool {
    type Output: IntoTextToolResult;

    // Required method
    fn call(&self) -> Self::Output;
}

Required Associated Types§

Source

type Output: IntoTextToolResult

Required Methods§

Source

fn call(&self) -> Self::Output

Implementors§