pub enum EulerianPathError {
DisconnectedGraph,
InvalidDegrees,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EulerianPathError
impl RefUnwindSafe for EulerianPathError
impl Send for EulerianPathError
impl Sync for EulerianPathError
impl Unpin for EulerianPathError
impl UnwindSafe for EulerianPathError
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