pub fn make_static<'a, T>(input: &'a T) -> &'static TExpand description
Use black magic fuckery to turn any &T into a &'static T.
May introduce undefined behavior.
pub fn make_static<'a, T>(input: &'a T) -> &'static TUse black magic fuckery to turn any &T into a &'static T.
May introduce undefined behavior.