pub trait PointSerialize {
// Required methods
fn serialize(&self) -> String;
fn serialize_with_timestamp(&self, timestamp: Option<Timestamp>) -> String;
}
pub trait PointSerialize {
// Required methods
fn serialize(&self) -> String;
fn serialize_with_timestamp(&self, timestamp: Option<Timestamp>) -> String;
}