Redis – Lifetime struggles with "borrowed value does not live long enough" for lazy_static value
Rust newbie here that has been struggling for a full day on how to get the compiler to recognize that the lifetime of a lazy_static struct instance is 'static. A minimal example of what I am trying to do is…