pub struct HtmlParser { /* private fields */ }Expand description
HTML to UCM document parser
Implementations§
Source§impl HtmlParser
impl HtmlParser
Sourcepub fn with_config(config: HtmlParserConfig) -> Self
pub fn with_config(config: HtmlParserConfig) -> Self
Create a parser with custom configuration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HtmlParser
impl RefUnwindSafe for HtmlParser
impl Send for HtmlParser
impl Sync for HtmlParser
impl Unpin for HtmlParser
impl UnsafeUnpin for HtmlParser
impl UnwindSafe for HtmlParser
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