Type Alias BorrowFn

Source
pub type BorrowFn = for<'ptr> unsafe fn(PtrConst<'ptr>) -> PtrConst<'ptr>;
Expand description

Tries to obtain a reference to the inner value of the smart pointer.

Weak pointers don’t even have that function in their vtable.