pub struct DocxLoader { /* private fields */ }Expand description
DOCX 文档加载器
从 .docx 文件路径加载文档,提取正文文本。
DOCX 本质是 ZIP 包,正文在 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