pub type DataPoint = DataPoint;
データポイント
pub struct DataPoint { pub elapsed_time: i64, pub payload: Bytes, }
elapsed_time: i64
payload: Bytes