Trait llm_chain::traits::ExecutorError
source · pub trait ExecutorError { }Expand description
Marker trait for errors in Executor method. It is needed so the concrete Errors can have a derived From<ExecutorError>
pub trait ExecutorError { }Marker trait for errors in Executor method. It is needed so the concrete Errors can have a derived From<ExecutorError>