pub fn snprintf2<A, B>(
dst: &mut [u8],
fmt: PrintfFmt<(A, B)>,
a: A,
b: B,
) -> c_intwhere
A: PrintfArgument,
B: PrintfArgument,
Available on crate feature
example
only.Expand description
A safe wrapper around snprintf
for 2 argument(s).