pub trait DerefOrBorrow<T: ?Sized> {
    fn deref_or_borrow(&self) -> &T;
}

Required Methods

Implementations on Foreign Types

Implementors