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