pub struct DocxLoader { /* private fields */ }Expand description
DOCX document loader
Loads documents from a .docx file path, extracting the body text.
A DOCX file is a ZIP package; the body lives in word/document.xml.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DocxLoader
impl RefUnwindSafe for DocxLoader
impl Send for DocxLoader
impl Sync for DocxLoader
impl Unpin for DocxLoader
impl UnsafeUnpin for DocxLoader
impl UnwindSafe for DocxLoader
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