snprintf1

Function snprintf1 

Source
pub fn snprintf1<A>(dst: &mut [u8], fmt: PrintfFmt<(A,)>, a: A) -> c_int
where A: PrintfArgument,
Available on crate feature example only.
Expand description

A safe wrapper around snprintf for 1 argument(s).