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§
pub struct SubgraphId { /* private fields */ }
pub type SubgraphId = Key<SubgraphTag>;
A subgraph’s ID. Invalid if used in a different graph::Dfir
instance than the original that created it.
pub struct SubgraphId { /* private fields */ }