Function make_static

Source
pub fn make_static<'a, T>(input: &'a T) -> &'static T
Expand description

Use black magic fuckery to turn any &T into a &'static T. May introduce undefined behavior.