Function format_no_std::show

source ·
pub fn show<'a>(buf: &'a mut [u8], arg: Arguments<'_>) -> Result<&'a str, Error>
Expand description

Formats data using format_args! (arg argument) and writes it to a byte buffer buf.