pub trait Serializable: Display {
    fn serialize(&self) -> String;
}

Required methods

Implementors