track_borrow_with_id

Function track_borrow_with_id 

Source
pub fn track_borrow_with_id<'a, T: ?Sized>(
    borrower_id: usize,
    owner_id: usize,
    name: &str,
    location: &str,
    mutable: bool,
    value: &'a T,
) -> &'a T
Expand description

Track an immutable borrow with full metadata (advanced API)