Function coap_numbers::content_format::to_str

source ·
pub const fn to_str(content_format: u16) -> Option<&'static str>
Expand description

Turn a content format number into a content format string

See from_str for the string format.

This function is mainly intended for debugging.

let cf = content_format::to_str(0).unwrap();