track_borrow_mut_with_id

Function track_borrow_mut_with_id 

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

Track a mutable borrow with full metadata (advanced API)