Struct metis::InvalidGraphError
source · pub struct InvalidGraphError { /* private fields */ }
Expand description
Error raised when the graph data fed to Graph::new
cannot be safely
passed to METIS.
Graph data must follow the format described in Graph::new
.
Trait Implementations§
source§impl Debug for InvalidGraphError
impl Debug for InvalidGraphError
Auto Trait Implementations§
impl Freeze for InvalidGraphError
impl RefUnwindSafe for InvalidGraphError
impl Send for InvalidGraphError
impl Sync for InvalidGraphError
impl Unpin for InvalidGraphError
impl UnwindSafe for InvalidGraphError
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