track_arc_new_with_id

Function track_arc_new_with_id 

Source
pub fn track_arc_new_with_id<T: ?Sized>(
    id: usize,
    name: &str,
    type_name: &str,
    location: &str,
    value: Arc<T>,
) -> Arc<T>
Expand description

Track Arc::new with explicit ID and location (advanced API)