Type Definition cdp::debugger::BreakpointId [] [src]

type BreakpointId<'a> = Cow<'a, str>;

Breakpoint identifier.