Skip to main content

Llm

Trait Llm 

Source
pub trait Llm: Send + Sync {
    // Required method
    fn start(&self) -> Box<dyn LlmThread>;
}

Required Methods§

Source

fn start(&self) -> Box<dyn LlmThread>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§