logo
pub unsafe trait SafeBorrow<T>: Borrow<T> { }
Expand description

An alternative to Borrow<T> with the requirement that all calls to borrow return the same object.

Implementations on Foreign Types

Implementors