Struct metafactory::error::ArgCountMismatch [-]  [+] [src]

pub struct ArgCountMismatch {
    pub expected: uint,
    pub specified: uint,
}
[-]

Specified argument count does not match metafactory argument count.

Fields

expected
specified

Methods

impl ArgCountMismatch

[-]fn new(expected: uint, specified: uint) -> ArgCountMismatch

Convenience method for creating new ArgCountMismatch.

Trait Implementations

Derived Implementations

impl Copy for ArgCountMismatch