snprintf7

Function snprintf7 

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

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