pub trait ToolDefinitionLashlangExt {
// Required method
fn with_lashlang_binding(
self,
lashlang_binding: LashlangToolBinding,
) -> Self;
}Required Methods§
fn with_lashlang_binding(self, lashlang_binding: LashlangToolBinding) -> Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
Source§impl ToolDefinitionLashlangExt for ToolDefinition
Available on non-crate feature lashlang only.
impl ToolDefinitionLashlangExt for ToolDefinition
Available on non-crate feature
lashlang only.