pub trait Serialize: Sync + Send { // Required method fn serialize(&self, item: &Item, buf: &mut String); }