macro_rules! uri_ref_format {
($($arg:tt)*) => { ... };
}
Expand description
Creates a Option<UriRefBuf>
from the given string format and arguments.
The resulting string is checked at runtime to ensure it is well-formed.
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.