[][src]Macro async_coap_uri::uri_ref_format

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

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

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