browser-protocol 0.1.4

Generated Rust types and commands for the Chrome DevTools Protocol (browser-protocol)
Documentation
1
2
3
4
5
6
7
8
9
use serde::{Serialize, Deserialize};
pub type RemoteObjectId<'a> = std::borrow::Cow<'a, str>;
pub type RemoteObject = serde_json::Value;
pub type ScriptId<'a> = std::borrow::Cow<'a, str>;
pub type StackTrace = serde_json::Value;
pub type UniqueDebuggerId<'a> = std::borrow::Cow<'a, str>;
pub type SearchMatch = serde_json::Value;
pub type ExecutionContextId = i64;
pub type Timestamp = f64;