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".