pub fn set_resource_opener(opener: fn(&str) -> Option<Resource>)Expand description
Register the active backend’s resource opener (Android AAssetManager, GTK GResource, Qt
QResource, ArkUI rawfile, …). Called once during backend init. A second call is ignored, so a
backend that shares the default file opener need not call this at all.