Skip to main content

xrl/structs/
alert.rs

1#[derive(Debug, Serialize, Deserialize)]
2pub struct Alert {
3    pub msg: String,
4}