Enum quine_mc_cluskey::TermFromStrError
[−]
[src]
pub enum TermFromStrError { Only32TermsSupported, UnsupportedCharacter(char), }
Variants
Only32TermsSupported | ||
UnsupportedCharacter |
Trait Implementations
Derived Implementations
impl PartialEq for TermFromStrError
[src]
fn eq(&self, __arg_0: &TermFromStrError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TermFromStrError) -> bool
This method tests for !=
.