pub type IssueId = String;
A unique id for a DevTools inspector issue. Allows other entities (e.g. exceptions, CDP message, console messages, etc.) to reference an issue.
pub struct IssueId { /* private fields */ }