Function postgres_protocol::types::time_from_sql
[−]
[src]
pub fn time_from_sql(buf: &[u8]) -> Result<i64, StdBox<Error + Sync + Send>>
Deserializes a TIME
or TIMETZ
value.
The value represents the number of microseconds since midnight.