Enum kimchi::error::SetupError
source · pub enum SetupError {
ConstraintSystem(String),
DomainCreation(DomainCreationError),
LookupCreation(LookupError),
}
Expand description
Errors that can arise when preparing the setup
Variants§
Trait Implementations§
source§impl Clone for SetupError
impl Clone for SetupError
source§fn clone(&self) -> SetupError
fn clone(&self) -> SetupError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SetupError
impl Debug for SetupError
source§impl Display for SetupError
impl Display for SetupError
source§impl Error for SetupError
impl Error for SetupError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl RefUnwindSafe for SetupError
impl Send for SetupError
impl Sync for SetupError
impl Unpin for SetupError
impl UnwindSafe for SetupError
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