pub trait PrintfArgs {
    type AsList: PrintfArgsList;
}
Expand description

A list of Rust-side arguments to a printf(3)-style function.

Required Associated Types

The PrintfArgsList equivalent to Self.

Implementations on Foreign Types

Implementors