Enum libreda_lefdef::def_writer::DEFWriterError
source · [−]pub enum DEFWriterError {
IOError(Error),
}Expand description
Error type that can happen when serializing a DEF file.
Variants
IOError(Error)
IO Error.
Trait Implementations
sourceimpl Debug for DEFWriterError
impl Debug for DEFWriterError
sourceimpl Display for DEFWriterError
impl Display for DEFWriterError
Auto Trait Implementations
impl !RefUnwindSafe for DEFWriterError
impl Send for DEFWriterError
impl Sync for DEFWriterError
impl Unpin for DEFWriterError
impl !UnwindSafe for DEFWriterError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more