logo
pub fn instance_or_init(
    factory_fn: impl FnOnce() -> Box<dyn Backend + 'static>
) -> &'static dyn Backend