1 2 3 4 5 6 7
// Empty file for testing edge cases use serde::{Deserialize, Serialize}; // No commands in this file pub struct EmptyStruct { pub data: String, }