Struct void::coreprovider::fmt::ArgumentV1[][src]

pub struct ArgumentV1<'a> {
    value: &'a Void,
    formatter: fn(&Void, &mut Formatter) -> Result<(), Error>,
}
🔬 This is a nightly-only experimental API. (fmt_internals)

internal to format_args!

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.

Fields

🔬 This is a nightly-only experimental API. (fmt_internals)

internal to format_args!

🔬 This is a nightly-only experimental API. (fmt_internals)

internal to format_args!