[][src]Macro async_coap_uri::uri_format

macro_rules! uri_format {
    ($($arg:tt)*) => { ... };
}

Creates a Option<UriBuf> from the given string format and arguments.

The resulting string is checked at runtime to ensure it is well-formed.