Struct borrow_bag::Handle
source · pub struct Handle<T, N> { /* private fields */ }Expand description
A value which can be used with the BorrowBag to borrow the element which was added.
See BorrowBag for usage examples.
pub struct Handle<T, N> { /* private fields */ }A value which can be used with the BorrowBag to borrow the element which was added.
See BorrowBag for usage examples.