Function make_static

Source
pub fn make_static<'a, T>(input: &'a T) -> &'static T
Available on crate feature test-fake-static-borrow only.
Expand description

a similar function from fake-static, doing the same things as extend