macro_rules! uuid_handle { ($uuid:expr) => { ... }; }
Creates a Handle from a string literal containing a UUID.
Handle
const IMAGE: Handle<Image> = uuid_handle!("1347c9b7-c46a-48e7-b7b8-023a354b7cac");