Struct tauri_runtime::webview::RpcRequest [−][src]
Expand description
Rpc request.
Fields
command: String
RPC command.
params: Option<JsonValue>
Params.
Rpc request.
command: String
RPC command.
params: Option<JsonValue>
Params.