Trait printf_wrap::PrintfArgs
source · [−]pub trait PrintfArgs {
type AsList: PrintfArgsList;
}Expand description
A list of Rust-side arguments to a printf(3)-style function.
Required Associated Types
sourcetype AsList: PrintfArgsList
type AsList: PrintfArgsList
The PrintfArgsList equivalent to Self.