Trait libstorage::IntoPoint[][src]

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

Required methods

Implementors