Struct diesel:: pg:: data_types:: PgTime
[−]
[src]
pub struct PgTime(pub i64);
Time is represented in Postgres as a 64 bit signed integer representing the number of microseconds since midnight. This struct is a dumb wrapper type, meant only to indicate the integer's meaning.