make InvokeRequest non-exhaustive

This commit is contained in:
Chip Reed 2024-07-01 10:20:46 +02:00
parent 79baf4e9f1
commit 873fb263cf
No known key found for this signature in database

View File

@ -111,6 +111,7 @@ impl<'a> PageLoadPayload<'a> {
/// The IPC invoke request.
#[derive(Debug)]
#[non_exhaustive]
pub struct InvokeRequest {
/// The invoke command.
pub cmd: String,