Function std::mem::copy_lifetimeUnstable
[-]
[+]
[src]
pub unsafe fn copy_lifetime<'a, S, T: 'a>(_ptr: &'a S, ptr: &T) -> &'a T
Transforms lifetime of the second pointer to match the first.