Enum pem_iterator::PemError [] [src]

pub enum PemError<E> {
    ParseError(ParseError),
    SourceError(E),
}

Variants

Trait Implementations

impl<E: Debug> Debug for PemError<E>
[src]

[src]

Formats the value using the given formatter.

impl<E: PartialEq> PartialEq for PemError<E>
[src]

[src]

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

[src]

This method tests for !=.

impl<E> From<SourceError<E>> for PemError<E>
[src]

[src]

Performs the conversion.

impl<E> From<ExpectedError> for PemError<E>
[src]

[src]

Performs the conversion.

impl<E> From<LabelError> for PemError<E>
[src]

[src]

Performs the conversion.

impl<E> From<ParseError> for PemError<E>
[src]

[src]

Performs the conversion.

impl<E> From<PreEncapsulationBoundaryError<E>> for PemError<E>
[src]

[src]

Performs the conversion.