Enum ioc::MultiError1 [] [src]

pub enum MultiError1<A> {
    A(A),
}

Variants

A(A)

Trait Implementations

impl<A: Debug> Debug for MultiError1<A>
[src]

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

Formats the value using the given formatter.