pub fn make_static<'a, T>(input: &'a T) -> &'static TAvailable on crate feature
test-fake-static-borrow only.Expand description
a similar function from fake-static, doing the same things as extend
pub fn make_static<'a, T>(input: &'a T) -> &'static Ttest-fake-static-borrow only.a similar function from fake-static, doing the same things as extend