[−][src]Macro widgetry::include_labeled_bytes
Like std::include_bytes!
, but also returns its argument, the relative path to the bytes
returns a (path, bytes): (&str, &[u8])
tuple
Like std::include_bytes!
, but also returns its argument, the relative path to the bytes
returns a (path, bytes): (&str, &[u8])
tuple