Trait influxdb_client::PointSerialize[][src]

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

Required methods

Loading content...

Implementors

Loading content...