snprintf5

Function snprintf5 

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

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