printf2

Function printf2 

Source
pub fn printf2<A, B>(fmt: PrintfFmt<(A, B)>, a: A, b: B) -> c_int
Available on crate feature example only.
Expand description

A safe wrapper around printf for 2 argument(s).