Function make_static_mut

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

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