Macro rel_ref_format

Source
macro_rules! rel_ref_format {
    ($($arg:tt)*) => { ... };
}
Expand description

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

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