[src]

Function std::cast::copy_lifetime_vec

pub unsafe fn copy_lifetime_vec<'a, S, T>(_ptr: &'a [S], ptr: &T) -> &'a T

Transforms lifetime of the second pointer to match the first.