Struct langchain_rust::tools::WebScrapper
source · pub struct WebScrapper {}Implementations§
source§impl WebScrapper
impl WebScrapper
Trait Implementations§
source§impl Tool for WebScrapper
impl Tool for WebScrapper
fn name(&self) -> String
fn description(&self) -> String
fn call<'life0, 'life1, 'async_trait>(
&'life0 self,
input: &'life1 str
) -> Pin<Box<dyn Future<Output = Result<String, Box<dyn Error>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Auto Trait Implementations§
impl RefUnwindSafe for WebScrapper
impl Send for WebScrapper
impl Sync for WebScrapper
impl Unpin for WebScrapper
impl UnwindSafe for WebScrapper
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