pub struct Readability;
Expand description
Rust port of mozilla readability algorithm
Used as fallback for ArticleScraper
if no fitting config can be found
Implementations§
Auto Trait Implementations§
impl Freeze for Readability
impl RefUnwindSafe for Readability
impl Send for Readability
impl Sync for Readability
impl Unpin for Readability
impl UnwindSafe for Readability
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