snprintf3

Function snprintf3 

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

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