pub struct WebParser { /* private fields */ }Expand description
HTML parser for extracting content
Implementations§
Source§impl WebParser
impl WebParser
Sourcepub fn with_config(config: Web2PptConfig) -> Self
pub fn with_config(config: Web2PptConfig) -> Self
Create a new parser with custom config
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebParser
impl RefUnwindSafe for WebParser
impl Send for WebParser
impl Sync for WebParser
impl Unpin for WebParser
impl UnwindSafe for WebParser
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