Function tendril::util::copy_lifetime

source ·
pub unsafe fn copy_lifetime<'a, S: ?Sized, T: ?Sized + 'a>(
    _ptr: &'a S,
    ptr: &T
) -> &'a T