Function longer_mut

Source
pub unsafe fn longer_mut<'longer, T>(t: &mut T) -> &'longer mut T
Expand description

Makes the mutable reference live longer.