Trait chrome_remote_interface_model::Command [−][src]
Chrome DevTools Protocol Command.
Associated Types
type Return: for<'a> Deserialize<'a>[src]
Return type.
Associated Constants
Loading content...Provided methods
fn into_request(self, session_id: Option<SessionId>, id: u32) -> Request<Self> where
Self: Sized, [src]
Self: Sized,
Into command request.