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 TExpand description
Track an immutable borrow with full metadata (advanced API)