printf3

Function printf3 

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

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