Type Definition cdp::runtime::RemoteObjectId
[−]
[src]
type RemoteObjectId<'a> = Cow<'a, str>;
Unique object identifier.
type RemoteObjectId<'a> = Cow<'a, str>;
Unique object identifier.