Enum quine_mc_cluskey::TermFromStrError [] [src]

pub enum TermFromStrError {
    Only32TermsSupported,
    UnsupportedCharacter(char),
}

Variants

Trait Implementations

impl Debug for TermFromStrError
[src]

Formats the value using the given formatter.

impl Eq for TermFromStrError
[src]

impl PartialEq for TermFromStrError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.