track_new_with_id

Function track_new_with_id 

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

Track a new variable with explicit ID and location (advanced API)