Struct tauri_runtime::webview::RpcRequest [−][src]
Expand description
Rpc request.
Fields
command: String
Expand description
RPC command.
params: Option<JsonValue>
Expand description
Params.
Rpc request.
command: String
RPC command.
params: Option<JsonValue>
Params.
impl RefUnwindSafe for RpcRequest
impl Send for RpcRequest
impl Sync for RpcRequest
impl Unpin for RpcRequest
impl UnwindSafe for RpcRequest