Skip to main content

ToolInputT

Trait ToolInputT 

Source
pub trait ToolInputT {
    // Required method
    fn io_schema() -> &'static str;
}
Expand description

Marker trait for input types used by #[derive(ToolInput)] macros.

Required Methods§

Source

fn io_schema() -> &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§