pub trait GetFunctionSchema {
    // Provided method
    fn get_function_schema(&self) -> &FunctionSchema { ... }
}

Provided Methods§

Implementors§