Type Alias dfir_rs::scheduled::SubgraphId
source · pub type SubgraphId = Key<SubgraphTag>;
Expand description
A subgraph’s ID. Invalid if used in a different graph::Dfir
instance than the original that created it.
Aliased Type§
struct SubgraphId { /* private fields */ }