moebius-tools 0.1.2

Moebius tools to use on the Moebius GNSS projects
Documentation
1
2
3
4
5
use chrono::{DateTime, Utc};

pub trait HasDtGen {
    fn get_dt_gen(&self) -> DateTime<Utc>;
}