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 !=.

impl Eq for TermFromStrError
[src]

impl Debug for TermFromStrError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.