Macro weak_handle
Source macro_rules! weak_handle {
($uuid:expr) => { ... };
}
Expand description
Creates a weak Handle
from a string literal containing a UUID.
ยงExamples
const SHADER: Handle<Shader> = weak_handle!("1347c9b7-c46a-48e7-b7b8-023a354b7cac");