Enum steiner_tree::serialization::LUTWriteError
source · [−]pub enum LUTWriteError {
IOError(Error),
}
Expand description
Error types for writing LUT.
Variants
IOError(Error)
General IO error.
Trait Implementations
sourceimpl Debug for LUTWriteError
impl Debug for LUTWriteError
sourceimpl Display for LUTWriteError
impl Display for LUTWriteError
Auto Trait Implementations
impl !RefUnwindSafe for LUTWriteError
impl Send for LUTWriteError
impl Sync for LUTWriteError
impl Unpin for LUTWriteError
impl !UnwindSafe for LUTWriteError
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