Enum ioc::MultiError14 [] [src]

pub enum MultiError14<A, B, C, D, E, F, G, H, J, K, L, M, N, O> {
    A(A),
    B(B),
    C(C),
    D(D),
    E(E),
    F(F),
    G(G),
    H(H),
    J(J),
    K(K),
    L(L),
    M(M),
    N(N),
    O(O),
}

Variants

A(A)B(B)C(C)D(D)E(E)F(F)G(G)H(H)J(J)K(K)L(L)M(M)N(N)O(O)

Trait Implementations

impl<A: Debug, B: Debug, C: Debug, D: Debug, E: Debug, F: Debug, G: Debug, H: Debug, J: Debug, K: Debug, L: Debug, M: Debug, N: Debug, O: Debug> Debug for MultiError14<A, B, C, D, E, F, G, H, J, K, L, M, N, O>
[src]

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

Formats the value using the given formatter.