pub trait SerializeStruct { // Required method fn serialize_struct_inner(&self) -> Vec<(String, String, String)>; }