pub enum RspiceError {
InternalError,
CouldNotSolve,
}Expand description
Generic error type.
Variants§
InternalError
An error that could indicate a bug in the simulator.
CouldNotSolve
The circuit’s corresponding equation could not be solved.
This may indicate an invalid circuit.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RspiceError
impl RefUnwindSafe for RspiceError
impl Send for RspiceError
impl Sync for RspiceError
impl Unpin for RspiceError
impl UnwindSafe for RspiceError
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