Files
stl/lib/src/wfe.rs
2021-04-22 15:13:28 +02:00

7 lines
95 B
Rust

use serde::Serialize;
#[derive(Serialize)]
pub struct WaitForEvent {
pub timeout: bool,
}