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