Function snprintf6

Source
pub fn snprintf6<A, B, C, D, E, F>(
    dst: &mut [u8],
    fmt: PrintfFmt<(A, B, C, D, E, F)>,
    a: A,
    b: B,
    c: C,
    d: D,
    e: E,
    f: F,
) -> c_int
Available on crate feature example only.
Expand description

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