Function decouple_lt_mut

Source
pub unsafe fn decouple_lt_mut<'a, T: ?Sized>(x: &mut T) -> &'a mut T
Expand description

Changes the lifetime of the given mutable reference.