Enum letter_sequence::SequenceError [−][src]
pub enum SequenceError {
OutOfRange,
NotAsciiCharacter,
InvalidCharacter(char),
InvalidString,
EmptyString,
PaddingAlpha,
}Variants
InvalidCharacter(char)Tuple Fields of InvalidCharacter
0: charTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.