trait ToBorrowKind {
    fn to_borrow_kind(&self) -> BorrowKind;
}

Required Methods

Implementations on Foreign Types

Implementors