Enum metafactory::error::FactoryErrorKind [-]  [+] [src]

pub enum FactoryErrorKind {
    ArgCountMismatch(ArgCountMismatch),
    ArgTypeMismatch(ArgTypeMismatch),
}

Getter creation error types.

Variants

ArgCountMismatch

Incorrect number of arguments.

ArgTypeMismatch

Incorrect argument type.

Trait Implementations

Derived Implementations

impl Copy for FactoryErrorKind