Enum pem_iterator::PemError
[−]
[src]
pub enum PemError<E> {
ParseError(ParseError),
SourceError(E),
}Variants
ParseError(ParseError)SourceError(E)
Trait Implementations
impl<E: Debug> Debug for PemError<E>[src]
impl<E: PartialEq> PartialEq for PemError<E>[src]
fn eq(&self, __arg_0: &PemError<E>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PemError<E>) -> bool[src]
This method tests for !=.
impl<E> From<SourceError<E>> for PemError<E>[src]
impl<E> From<ExpectedError> for PemError<E>[src]
impl<E> From<LabelError> for PemError<E>[src]
fn from(e: LabelError) -> Self[src]
Performs the conversion.
impl<E> From<ParseError> for PemError<E>[src]
fn from(e: ParseError) -> Self[src]
Performs the conversion.
impl<E> From<PreEncapsulationBoundaryError<E>> for PemError<E>[src]
fn from(e: PreEncapsulationBoundaryError<E>) -> Self[src]
Performs the conversion.