Function snprintf2

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

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