Enum steiner_tree::serialization::LUTReadError
source · [−]pub enum LUTReadError {
IOError(Error),
UnexpectedEndOfFile,
FormatError,
}
Expand description
Error during reading of the lookup table.
Variants
IOError(Error)
General IO error.
UnexpectedEndOfFile
End of file reached.
FormatError
Something is wrong with the file format.
Trait Implementations
sourceimpl Debug for LUTReadError
impl Debug for LUTReadError
sourceimpl Display for LUTReadError
impl Display for LUTReadError
Auto Trait Implementations
impl !RefUnwindSafe for LUTReadError
impl Send for LUTReadError
impl Sync for LUTReadError
impl Unpin for LUTReadError
impl !UnwindSafe for LUTReadError
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