pub trait IntoPoint {
// Required method
fn into_point(
&self,
name: Option<&str>,
is_time_series: bool,
) -> Vec<TsPoint>;
}
pub trait IntoPoint {
// Required method
fn into_point(
&self,
name: Option<&str>,
is_time_series: bool,
) -> Vec<TsPoint>;
}