pub struct HtmlTableParser { /* private fields */ }Expand description
HTML table parser
Implementations§
Source§impl HtmlTableParser
impl HtmlTableParser
Sourcepub fn new(config: HtmlParserConfig) -> Self
pub fn new(config: HtmlParserConfig) -> Self
Create new HTML parser
Sourcepub fn parse(&self, _html: &str) -> RragResult<Vec<ExtractedTable>>
pub fn parse(&self, _html: &str) -> RragResult<Vec<ExtractedTable>>
Parse HTML content for tables
Auto Trait Implementations§
impl Freeze for HtmlTableParser
impl RefUnwindSafe for HtmlTableParser
impl Send for HtmlTableParser
impl Sync for HtmlTableParser
impl Unpin for HtmlTableParser
impl UnwindSafe for HtmlTableParser
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