pub enum DocxError {
IO(Error),
Xml(XmlError),
Zip(ZipError),
}
Expand description
Error type of docx-rs
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DocxError
impl !RefUnwindSafe for DocxError
impl Send for DocxError
impl Sync for DocxError
impl Unpin for DocxError
impl !UnwindSafe for DocxError
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