pub struct ContentParser { /* private fields */ }Expand description
Multi-format parser for various file types
Implementations§
Source§impl ContentParser
impl ContentParser
pub fn new(config: ScraperConfig) -> Self
Auto Trait Implementations§
impl Freeze for ContentParser
impl RefUnwindSafe for ContentParser
impl Send for ContentParser
impl Sync for ContentParser
impl Unpin for ContentParser
impl UnwindSafe for ContentParser
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