[src]

Struct std::fmt::Argument

pub struct Argument<'a> {
    // some fields omitted
}

This struct represents the generic "argument" which is taken by the Xprintf family of functions. It contains a function to format the given value. At compile time it is ensured that the function and the value have the correct types, and then this struct is used to canonicalize arguments to one type.