pub trait ToArg<'a> { // Required method fn to_arg(self) -> Arg<'a>; }
Conversion from a raw value to a printf argument.