Enum ioc::MultiError2 [] [src]

pub enum MultiError2<A, B> {
    A(A),
    B(B),
}

Variants

A(A)B(B)

Trait Implementations

impl<A: Debug, B: Debug> Debug for MultiError2<A, B>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.