pub type SpecId = String;Expand description
Reference to a spec file. Free-form string so callers can use either a content hash or a logical name; the data layer doesn’t care which. Producers should pick one and stick with it for dedup to work as expected.
Aliased Type§
pub struct SpecId { /* private fields */ }