7 lines
95 B
Rust
7 lines
95 B
Rust
use serde::Serialize;
|
|
|
|
#[derive(Serialize)]
|
|
pub struct WaitForEvent {
|
|
pub timeout: bool,
|
|
}
|