pub enum PromptTemplateError {
PromptsDirNotFound,
TemplateMissing {
path: PathBuf,
},
ReadFailed {
path: PathBuf,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PromptTemplateError
impl RefUnwindSafe for PromptTemplateError
impl Send for PromptTemplateError
impl Sync for PromptTemplateError
impl Unpin for PromptTemplateError
impl UnsafeUnpin for PromptTemplateError
impl UnwindSafe for PromptTemplateError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more