Enum ioc::MultiError10 [] [src]

pub enum MultiError10<A, B, C, D, E, F, G, H, J, K> {
    A(A),
    B(B),
    C(C),
    D(D),
    E(E),
    F(F),
    G(G),
    H(H),
    J(J),
    K(K),
}

Variants

A(A)B(B)C(C)D(D)E(E)F(F)G(G)H(H)J(J)K(K)

Trait Implementations

impl<A: Debug, B: Debug, C: Debug, D: Debug, E: Debug, F: Debug, G: Debug, H: Debug, J: Debug, K: Debug> Debug for MultiError10<A, B, C, D, E, F, G, H, J, K>
[src]

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

Formats the value using the given formatter.