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”.
macro_rules! guid {
($x:expr $(,)?) => { ... };
}
Creates a new GUID from a string, parsing the GUID at compile time. “{00000000-0000-0000-0000-000000000000}” and “00000000-0000-0000-0000-000000000000”.