track_move_with_id

Function track_move_with_id 

Source
pub fn track_move_with_id<T>(
    from_id: usize,
    to_id: usize,
    to_name: &str,
    location: &str,
    value: T,
) -> T
Expand description

Track a move with explicit IDs and location (advanced API)