pub struct UnavailableHfTreeFetcher;Expand description
Always-fails fetcher used when the local-llm feature is off (or by
callers that explicitly want to bypass the network). Returns a
configuration error the prompt flow recognizes as “fall back to the
free-form text prompt”.
Trait Implementations§
Auto Trait Implementations§
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