guid

Macro guid

Source
macro_rules! guid {
    ($x:expr $(,)?) => { ... };
}
Expand description

Creates a new GUID from a string, parsing the GUID at compile time. “{00000000-0000-0000-0000-000000000000}” and “00000000-0000-0000-0000-000000000000”.