uuid_handle

Macro uuid_handle 

Source
macro_rules! uuid_handle {
    ($uuid:expr) => { ... };
}
Expand description

Creates a Handle from a string literal containing a UUID.

ยงExamples

const IMAGE: Handle<Image> = uuid_handle!("1347c9b7-c46a-48e7-b7b8-023a354b7cac");