StateId

Type Alias StateId 

Source
pub type StateId = Key<StateTag>;
Expand description

A staten handle’s ID. Invalid if used in a different graph::Dfir instance than the original that created it.

Aliased Type§

pub struct StateId { /* private fields */ }