pub struct ExtractionLoader { /* private fields */ }Expand description
Loads extraction scripts from disk or embedded paths.
Implementations§
Source§impl ExtractionLoader
impl ExtractionLoader
Sourcepub async fn inject_and_run(
&self,
context: &dyn RenderContext,
) -> Result<ExtractionResult>
pub async fn inject_and_run( &self, context: &dyn RenderContext, ) -> Result<ExtractionResult>
Inject all extraction scripts into a page and collect results.
Auto Trait Implementations§
impl Freeze for ExtractionLoader
impl RefUnwindSafe for ExtractionLoader
impl Send for ExtractionLoader
impl Sync for ExtractionLoader
impl Unpin for ExtractionLoader
impl UnsafeUnpin for ExtractionLoader
impl UnwindSafe for ExtractionLoader
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