Struct result_iter::MultiError [] [src]

pub struct MultiError<E>(_);

Methods

impl<E> MultiError<E>
[src]

Trait Implementations

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

Formats the value using the given formatter.

impl<E> StdError for MultiError<E> where
    E: StdError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl<E> Display for MultiError<E> where
    E: Display
[src]

Formats the value using the given formatter. Read more