hopr_db_sql

Type Alias DbTimestamp

Source
pub type DbTimestamp = DateTime<Utc>;
Expand description

Shorthand for the chrono based timestamp type used in the database.

Aliased Typeยง

struct DbTimestamp { /* private fields */ }