Skip to main content

cast_to_nonnull

Function cast_to_nonnull 

Source
pub fn cast_to_nonnull<T>(dst: *mut T) -> NonNull<T>
where T: ?Sized,